Commit 2d6b5fce authored by hetech's avatar hetech Committed by GitHub

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

parent 4017fe4b
......@@ -123,7 +123,7 @@
}
@include when(required) {
.el-form-item__label:before {
& > .el-form-item__label:before {
content: '*';
color: $--color-danger;
margin-right: 4px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment