style(form): 修复.el-form-item.hidden跨级选中影响子元素样式的问题

This commit is contained in:
parisma 2022-11-21 16:04:36 +08:00 committed by roymondchen
parent 0680bca2b4
commit a55c6eb8b0

View File

@ -30,7 +30,7 @@
}
.el-form-item.hidden {
.el-form-item__label {
> .el-form-item__label {
display: none;
}
}