feat(Slider): add @slider-bar-height less var

This commit is contained in:
陈嘉涵
2020-01-27 12:21:37 +08:00
parent 1e9b8c8466
commit a5819c286e
5 changed files with 17 additions and 18 deletions
+2
View File
@@ -18,6 +18,7 @@
&__bar {
position: relative;
height: @slider-bar-height;
background-color: @slider-active-background-color;
border-radius: inherit;
transition: width @animation-duration-fast;
@@ -50,6 +51,7 @@
&--vertical {
display: inline-block;
width: @slider-bar-height;
height: 100%;
.van-slider__button-wrapper {