opt 结算优化,不用待开票字眼,用待开收据

This commit is contained in:
Ivan Office
2024-09-09 13:53:33 +08:00
parent 2ca4c422b0
commit 59f1c086a8

View File

@@ -1,4 +1,5 @@
// 编辑模式默认 input下方border 有颜色
//标准的
.o_form_view {
.o_form_view_container {
&:not(.o_field_highlight) .o_field_widget:not(.o_field_invalid):not(.o_field_highlight) .o_input:not(:hover):not(:focus) {
@@ -6,7 +7,15 @@
}
}
}
//必填的
.o_form_view {
.o_form_view_container {
&:not(.o_field_highlight) .o_field_widget.o_required_modifier:not(.o_field_invalid):not(.o_field_highlight) .o_input:not(:hover):not(:focus) {
--o-input-border-color: #{map-get($grays, '600')};
}
}
}
//未填必填时
.o_form_view:not(.o_field_highlight) {
.o_form_view_container {
.o_field_widget:not(.o_field_invalid):not(.o_field_highlight) .o_input:not(:hover):not(:focus) {