mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-21 13:59:15 +08:00
[bugfix] Tab: line style missing transform prefix (#943)
This commit is contained in:
parent
131946ec3d
commit
902f4d4368
@ -142,6 +142,8 @@ VantComponent({
|
||||
lineStyle: `
|
||||
width: ${width}px;
|
||||
background-color: ${color};
|
||||
-webkit-transform: translateX(${left}px);
|
||||
-webkit-transition-duration: ${duration}s;
|
||||
transform: translateX(${left}px);
|
||||
transition-duration: ${duration}s;
|
||||
`
|
||||
|
Loading…
x
Reference in New Issue
Block a user