mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
upgrade rc-slider
This commit is contained in:
parent
a976b65ab1
commit
925d75dd1e
@ -51,7 +51,7 @@
|
|||||||
"rc-progress": "~1.0.0",
|
"rc-progress": "~1.0.0",
|
||||||
"rc-radio": "~2.0.0",
|
"rc-radio": "~2.0.0",
|
||||||
"rc-select": "~4.9.0",
|
"rc-select": "~4.9.0",
|
||||||
"rc-slider": "~1.4.0",
|
"rc-slider": "~1.5.0",
|
||||||
"rc-steps": "~1.3.2",
|
"rc-steps": "~1.3.2",
|
||||||
"rc-switch": "~1.2.0",
|
"rc-switch": "~1.2.0",
|
||||||
"rc-table": "~3.2.0",
|
"rc-table": "~3.2.0",
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
.@{slider-prefix-cls} {
|
.@{slider-prefix-cls} {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 10px 0px 10px 7px;
|
margin: 10px 0;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #e9e9e9;
|
background-color: #e9e9e9;
|
||||||
|
Loading…
Reference in New Issue
Block a user