DatePicker: fix style for ranged picker after #10064 (#10114)

pull/10115/head
杨奕 2018-03-11 15:50:45 +08:00 committed by GitHub
parent cf4bceb1fa
commit 22463fb404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -80,9 +80,15 @@
@include b(range-editor) {
&.el-input__inner {
display: inline-flex;
align-items: center;
padding: 3px 10px;
}
.el-range-input {
line-height: 1;
}
@include when(active) {
border-color: $--color-primary;