// 修复表格内容覆盖表头bug
This commit is contained in:
@@ -527,3 +527,7 @@ div:has(.o_required_modifier) > label::before {
|
|||||||
.o_form_view .o_group .o_wrap_label .o_form_label {
|
.o_form_view .o_group .o_wrap_label .o_form_label {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
// 修复表格内容覆盖表头bug
|
||||||
|
.o_list_renderer .o_list_table tbody th {
|
||||||
|
position: unset;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user