mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-21 22:09:16 +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: `
|
lineStyle: `
|
||||||
width: ${width}px;
|
width: ${width}px;
|
||||||
background-color: ${color};
|
background-color: ${color};
|
||||||
|
-webkit-transform: translateX(${left}px);
|
||||||
|
-webkit-transition-duration: ${duration}s;
|
||||||
transform: translateX(${left}px);
|
transform: translateX(${left}px);
|
||||||
transition-duration: ${duration}s;
|
transition-duration: ${duration}s;
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user