Explorar el Código

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

杨奕 hace 7 años
padre
commit
2df0f22bf0
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;