Commit 44f8ed28 authored by cinwell.li's avatar cinwell.li Committed by GitHub

Merge pull request #3262 from baiyaaaaa/feat-form

fix inline form style bug(#3218)
parents f5895faa be0fec73
......@@ -27,6 +27,7 @@
}
& .el-form-item__content {
display: inline-block;
vertical-align: top;
}
&.el-form--label-top .el-form-item__content {
display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment