去除 根据进度条设置水印

修复切换产品3D图bug
修改表格下拉框会被表格下面数据框覆盖的bug
This commit is contained in:
hy
2024-07-05 16:02:32 +08:00
parent 566d9fce9c
commit 1c8644983b
3 changed files with 45 additions and 31 deletions

View File

@@ -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;
}