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

This commit is contained in:
杨奕 2018-03-15 15:36:53 +08:00 committed by GitHub
parent bfd7d0236c
commit 2df0f22bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,10 @@
position: relative;
font-size: 14px;
@include utils-clearfix;
.el-input-group {
vertical-align: middle;
}
}
@include e(error) {
color: $--color-danger;