upgrade slider

This commit is contained in:
yiminghe 2015-08-08 00:49:48 +08:00
parent 4f381b0301
commit aa6722b0d2
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@
"rc-progress": "~1.0.0", "rc-progress": "~1.0.0",
"rc-radio": "~2.0.0", "rc-radio": "~2.0.0",
"rc-select": "~4.5.2", "rc-select": "~4.5.2",
"rc-slider": "~1.3.1", "rc-slider": "~1.4.0",
"rc-steps": "~1.1.4", "rc-steps": "~1.1.4",
"rc-switch": "~1.2.0", "rc-switch": "~1.2.0",
"rc-table": "~3.1.0", "rc-table": "~3.1.0",

View File

@ -133,7 +133,7 @@
display: none; display: none;
} }
&-placement-top { &-placement-points-bc-tc {
padding: @slider-tooltip-arrow-width 0 @slider-tooltip-distance 0; padding: @slider-tooltip-arrow-width 0 @slider-tooltip-distance 0;
} }
@ -158,7 +158,7 @@
border-style: solid; border-style: solid;
} }
&-placement-top &-arrow { &-placement-points-bc-tc &-arrow {
bottom: @slider-tooltip-distance - @slider-tooltip-arrow-width; bottom: @slider-tooltip-distance - @slider-tooltip-arrow-width;
left: 50%; left: 50%;
margin-left: -@slider-tooltip-arrow-width; margin-left: -@slider-tooltip-arrow-width;