Form: fix style of form label in nested form (#12748)

pull/12754/head
hetech 2018-09-13 11:24:18 +08:00 committed by GitHub
parent 4017fe4bd9
commit 2d6b5fceed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
}
@include when(required) {
.el-form-item__label:before {
& > .el-form-item__label:before {
content: '*';
color: $--color-danger;
margin-right: 4px;