Commit 2df0f22b authored by 杨奕's avatar 杨奕 Committed by GitHub

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

parent bfd7d023
...@@ -99,6 +99,10 @@ ...@@ -99,6 +99,10 @@
position: relative; position: relative;
font-size: 14px; font-size: 14px;
@include utils-clearfix; @include utils-clearfix;
.el-input-group {
vertical-align: middle;
}
} }
@include e(error) { @include e(error) {
color: $--color-danger; color: $--color-danger;
......
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