功能刀具组装优化需求

This commit is contained in:
hyyy
2025-04-09 13:57:48 +08:00
parent ec379a7541
commit 2bae98950e
4 changed files with 41 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 785 B

View File

@@ -1,17 +1,41 @@
.modal-content .o_cp_buttons {
display:none
}
// .modal-content .o_cp_buttons {
// display:none
// }
.modal-content .o_control_panel {
display:none
}
// .modal-content .o_control_panel {
// display:none
// }
.modal-content .o_list_button {
// .modal-content .o_list_button {
// }
// .o_form_view .o_field_widget .o_list_renderer {
// width: 100%!important;
// margin:0 auto;
// overflow: auto;
// }
.o_field_widget.o_readonly_modifier.o_field_char.text-success[name=handle_freight_rfid],
.o_field_widget.o_readonly_modifier.o_field_many2one.text-success[name=integral_freight_barcode_id] {
a.text-success{
span {
color: #999;
}
}
&::after{
content: '';
display: block;
width: 18px;
height: 18px;
background: url('/sf_tool_management/static/images/replaceIcon.png') no-repeat center center;
background-size: 100%;
}
}
.o_form_view .o_field_widget .o_list_renderer {
width: 100%!important;
margin:0 auto;
overflow: auto;
}
.o_field_widget.o_readonly_modifier.o_field_char.text-success[name=handle_freight_rfid] {
display: flex;
align-items: center;
> span {
color: #999;
}
}