feat(Slider): add @slider-bar-height less var
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user