47 lines
1.0 KiB
SCSS
47 lines
1.0 KiB
SCSS
// .modal-content .o_cp_buttons {
|
|
// display:none
|
|
// }
|
|
|
|
// .modal-content .o_control_panel {
|
|
// display:none
|
|
// }
|
|
|
|
// .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;
|
|
}
|
|
}
|
|
|
|
}
|
|
.custom_group:has(.text-success){
|
|
position: relative;
|
|
&::after{
|
|
content: '';
|
|
display: block;
|
|
width: 72px;
|
|
height: 72px;
|
|
background: url('/sf_tool_management/static/images/replaceIcon.png') no-repeat center center;
|
|
background-size: 100%;
|
|
position: absolute;
|
|
bottom: 20px;
|
|
left: 300px;
|
|
}
|
|
}
|
|
.o_field_widget.o_readonly_modifier.o_field_char.text-success[name=handle_freight_rfid] {
|
|
display: flex;
|
|
align-items: center;
|
|
> span {
|
|
color: #999;
|
|
}
|
|
} |