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,6 +333,7 @@
}
&:not(.el-form--label-top) {
.el-form-item {
&.no-label {
& > .el-form-item__label {
padding: 0;
@ -340,6 +341,7 @@
}
}
}
}
.el-form--label-top {
.el-form-item__label {

View File

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