This commit is contained in:
神仙都没用 2024-03-15 19:18:22 +08:00
parent 2ccb14e1c8
commit 6fc89bc7d7
2 changed files with 7 additions and 5 deletions

View File

@ -333,10 +333,12 @@
} }
&:not(.el-form--label-top) { &:not(.el-form--label-top) {
&.no-label { .el-form-item {
& > .el-form-item__label { &.no-label {
padding: 0; & > .el-form-item__label {
display: none; padding: 0;
display: none;
}
} }
} }
} }

View File

@ -476,7 +476,7 @@ defineExpose({
} }
&__list { &__list {
display: flex; display: inline-flex;
flex-wrap: wrap; flex-wrap: wrap;
} }