Commit 22463fb4 authored by 杨奕's avatar 杨奕 Committed by GitHub

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

parent cf4bceb1
......@@ -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;
......
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