修改因添加表格必填而出现报错问题
This commit is contained in:
@@ -478,4 +478,14 @@ div:has(.o_required_modifier) > label::before {
|
||||
width: auto !important;
|
||||
flex: unset;
|
||||
}
|
||||
|
||||
.addRequired {
|
||||
padding-left: calc(0.3rem + 2px)!important;
|
||||
}
|
||||
.addRequired:before {
|
||||
content: '*';
|
||||
color: red;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
Reference in New Issue
Block a user