Sfoglia il codice sorgente

Form: fix label alignment with input-group (#10189)

杨奕 7 anni fa
parent
commit
2df0f22bf0
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      packages/theme-chalk/src/form.scss

+ 4 - 0
packages/theme-chalk/src/form.scss

@@ -99,6 +99,10 @@
     position: relative;
     font-size: 14px;
     @include utils-clearfix;
+
+    .el-input-group {
+      vertical-align: middle;
+    }
   }
   @include e(error) {
     color: $--color-danger;