fix misc,主要是so和po的仅发送操作

This commit is contained in:
Ivan Office
2024-08-08 23:00:15 +08:00
parent 6db346461e
commit 74a8e55054
12 changed files with 159 additions and 8 deletions

View File

@@ -14,3 +14,12 @@
}
}
}
.o_dialog_container {
.o_form_view:not(.o_field_highlight) {
.o_field_widget:not(.o_field_invalid):not(.o_field_highlight) .o_input:not(:hover):not(:focus) {
--o-input-border-color: #{map-get($grays, '200')};
}
}
}