mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
Fix tilde placement on rangepickers
This commit is contained in:
parent
974f544713
commit
9429aedffc
@ -17,6 +17,9 @@
|
|||||||
|
|
||||||
.@{calendar-prefix-cls}-range-picker-separator {
|
.@{calendar-prefix-cls}-range-picker-separator {
|
||||||
color: @text-color-secondary;
|
color: @text-color-secondary;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
margin-top: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{calendar-prefix-cls}-range {
|
.@{calendar-prefix-cls}-range {
|
||||||
|
Loading…
Reference in New Issue
Block a user