修改必填标识js,修改之前必填标识样式

This commit is contained in:
黄焱
2024-03-04 11:21:50 +08:00
parent 7edeb59853
commit 98103bac73
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ div:has(.o_required_modifier) > label::before {
color: red !important;
padding: 0 4px !important;
vertical-align: top !important;
font-size: 1.5rem !important;
font-size: unset !important;
}
.my-image div {
@@ -325,7 +325,7 @@ div[class="o_content o_component_with_search_panel"] .show_state span {
div:has(.o_required_modifier) > label::before {
position: absolute;
left: -3px;
left: 24px;
}
//.o_form_view .o_form_label {