Skip to content

Commit f91c926

Browse files
committed
Form: fix style of form label in nested form
1 parent 4017fe4 commit f91c926

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)