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