Skip to content

Commit 2d6b5fc

Browse files
authored
Form: fix style of form label in nested form (#12748)
1 parent 4017fe4 commit 2d6b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-chalk/src/form.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
}
124124

125125
@include when(required) {
126-
.el-form-item__label:before {
126+
& > .el-form-item__label:before {
127127
content: '*';
128128
color: $--color-danger;
129129
margin-right: 4px;

0 commit comments

Comments
 (0)