Merge pull request #3262 from baiyaaaaa/feat-form

fix inline form style bug(#3218)
pull/3313/head
cinwell.li 2017-03-06 18:48:06 +08:00 committed by GitHub
commit 44f8ed2898
1 changed files with 1 additions and 0 deletions

View File

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