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 (#6786)
This commit is contained in:
parent
45862664d2
commit
76c2f5efda
@ -24,7 +24,7 @@
|
||||
height: 100%;
|
||||
background-color: @slider-active-background-color;
|
||||
border-radius: inherit;
|
||||
transition: width @animation-duration-fast;
|
||||
transition: width @animation-duration-fast, height @animation-duration-fast;
|
||||
}
|
||||
|
||||
&__button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user