// 修复表格内容覆盖表头bug

This commit is contained in:
hy
2024-07-01 09:47:50 +08:00
parent e1db34f25d
commit 2ba9695c34

View File

@@ -527,3 +527,7 @@ div:has(.o_required_modifier) > label::before {
.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;
}