修改机床型号参数缺陷

This commit is contained in:
qihao.gong@jikimo.com
2023-08-15 17:31:27 +08:00
parent 0ecd4e4c3b
commit e0f43fa9fe
5 changed files with 27 additions and 11 deletions

View File

@@ -5,4 +5,11 @@
margin-left: 20px;
margin-right: 0px !important;
white-space: nowrap;
}
}
.o_form_label.o_field_invalid::after {
content: '*' !important;
color: red !important;
padding: 0 4px !important;
vertical-align: top !important;
font-size: 1.5rem !important;
}