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 {
color: @text-color-secondary;
position: absolute;
top: 50%;
margin-top: -10px;
line-height: 20px;
height: 20px;
width: 8px;
display: inline-block;
line-height: 18px;
vertical-align: top;
}
.@{calendar-prefix-cls}-range {