Browse Source

Merge pull request #3262 from baiyaaaaa/feat-form

fix inline form style bug(#3218)
cinwell.li 8 years ago
parent
commit
44f8ed2898
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/theme-default/src/form.css

+ 1 - 0
packages/theme-default/src/form.css

@@ -27,6 +27,7 @@
       }
       & .el-form-item__content {
         display: inline-block;
+        vertical-align: top;
       }
       &.el-form--label-top .el-form-item__content {
         display: block;