优化制造订单号界面展示效果

This commit is contained in:
mgw
2024-04-25 09:36:05 +08:00
parent f4433ac3cc
commit be18124186
2 changed files with 6 additions and 1 deletions

View File

@@ -491,4 +491,9 @@ div:has(.o_required_modifier) > label::before {
}
.o_list_renderer .o_list_table tfoot .o_list_number {
text-align: left !important;
}
.o_field_widget.o_readonly_modifier.o_required_modifier.o_field_many2one[name=production_id] .o_form_uri {
font-weight: bold;
font-size: 20px;
}