合并销售订单列,修改必填*展示方法,

This commit is contained in:
hyyy
2025-02-17 16:03:14 +08:00
parent 1e3f8f005e
commit 69c5996db7
6 changed files with 66 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove){
border:1px solid #dee2e6 !important;
}
.custom_required_add::before{
content: '*';
color: red;
}