From 2ba9695c3429233ea8150c380d0c82eb1fac7618 Mon Sep 17 00:00:00 2001 From: hy <1298386937@qq.com> Date: Mon, 1 Jul 2024 09:47:50 +0800 Subject: [PATCH] =?UTF-8?q?//=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E8=A6=86=E7=9B=96=E8=A1=A8=E5=A4=B4bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jikimo_frontend/static/src/scss/custom_style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jikimo_frontend/static/src/scss/custom_style.scss b/jikimo_frontend/static/src/scss/custom_style.scss index 7f11b5f5..0b6fb8bb 100644 --- a/jikimo_frontend/static/src/scss/custom_style.scss +++ b/jikimo_frontend/static/src/scss/custom_style.scss @@ -526,4 +526,8 @@ div:has(.o_required_modifier) > label::before { // 设置表单页面label文本不换行 .o_form_view .o_group .o_wrap_label .o_form_label { white-space: nowrap; +} +// 修复表格内容覆盖表头bug +.o_list_renderer .o_list_table tbody th { + position: unset; } \ No newline at end of file