功能刀具组装优化需求
This commit is contained in:
BIN
sf_tool_management/static/images/replaceIcon.png
Normal file
BIN
sf_tool_management/static/images/replaceIcon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 785 B |
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user