修改刀具拆解时选择目标货位会出现重叠的现象

This commit is contained in:
hy
2024-07-26 15:44:52 +08:00
parent 549a64b012
commit 3e61e31314

View File

@@ -532,9 +532,3 @@ div:has(.o_required_modifier) > label::before {
position: unset;
}
// 修改表格下拉框会被表格下面数据框覆盖的bug
.tab-pane .o_field_widget {
position: relative;
z-index: 1;
}