制造订单页面样式bug修改

This commit is contained in:
WEB许何哲\xuhez
2023-08-21 10:08:55 +08:00
parent bed385d025
commit d8489a5f07

View File

@@ -34,6 +34,6 @@ div:has(.o_required_modifier)>label::before {
display: inline !important;
}
.o_required_modifier {
display: flex !important;
td.o_required_modifier {
display: table-cell !important;
}