mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Slider): missing transition in vertical mode
This commit is contained in:
parent
b74645a390
commit
6167239b80
@ -24,7 +24,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: @slider-active-background-color;
|
background-color: @slider-active-background-color;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
transition: width @animation-duration-fast;
|
transition: width @animation-duration-fast, height @animation-duration-fast;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__button {
|
&__button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user