修改刀片刀杆样式

This commit is contained in:
hyyy
2025-04-15 09:31:42 +08:00
parent 3f940992be
commit ba88070fad
2 changed files with 18 additions and 12 deletions

View File

@@ -22,15 +22,21 @@
color: #999;
}
}
}
.custom_group:has(.text-success){
position: relative;
&::after{
content: '';
display: block;
width: 18px;
height: 18px;
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;