Explorar o código

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

hetech %!s(int64=7) %!d(string=hai) anos
pai
achega
2d6b5fceed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/theme-chalk/src/form.scss

+ 1 - 1
packages/theme-chalk/src/form.scss

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