去除 根据进度条设置水印
修复切换产品3D图bug 修改表格下拉框会被表格下面数据框覆盖的bug
This commit is contained in:
@@ -530,4 +530,11 @@ div:has(.o_required_modifier) > label::before {
|
||||
// 修复表格内容覆盖表头bug
|
||||
.o_list_renderer .o_list_table tbody th {
|
||||
position: unset;
|
||||
}
|
||||
}
|
||||
|
||||
// 修改表格下拉框会被表格下面数据框覆盖的bug
|
||||
.tab-pane .o_field_widget {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user