修复:修复多列布局表单样式错乱问题

This commit is contained in:
2023-03-01 21:17:38 +08:00
parent c1bc5d9049
commit 843cac4e54
2 changed files with 7 additions and 8 deletions

View File

@@ -68,6 +68,9 @@ body {
margin-bottom: 16px;
&-query {
margin-bottom: 10px;
.arco-form-item-layout-inline {
margin-right: 15px;
}
}
&-operation {
&-right {
@@ -121,10 +124,6 @@ body {
}
}
.arco-form-item-layout-inline {
margin-right: 15px;
}
fieldset {
padding: 15px 15px 0 15px;
margin-bottom: 15px;