mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
opt 结算优化,不用待开票字眼,用待开收据
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user