Commit be0fec73 authored by baiyaaaaa's avatar baiyaaaaa

fix inline form style bug

parent d1a2335e
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
} }
& .el-form-item__content { & .el-form-item__content {
display: inline-block; display: inline-block;
vertical-align: top;
} }
&.el-form--label-top .el-form-item__content { &.el-form--label-top .el-form-item__content {
display: block; 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