Fix RangePicker text overlap

This commit is contained in:
afc163 2017-08-29 15:08:06 +08:00
parent 9c477bf8fd
commit 429cdb448d

View File

@ -17,11 +17,10 @@
.@{calendar-prefix-cls}-range-picker-separator { .@{calendar-prefix-cls}-range-picker-separator {
color: @text-color-secondary; color: @text-color-secondary;
position: absolute; width: 8px;
top: 50%; display: inline-block;
margin-top: -10px; line-height: 18px;
line-height: 20px; vertical-align: top;
height: 20px;
} }
.@{calendar-prefix-cls}-range { .@{calendar-prefix-cls}-range {