[bugfix] PullRefresh: transform style (#3256) (#3258)

This commit is contained in:
Phyng
2019-05-05 20:05:39 +08:00
committed by neverland
parent 8b9ba9f356
commit cbfa64fcab
3 changed files with 4 additions and 4 deletions
@@ -3,7 +3,7 @@
exports[`renders demo correctly 1`] = `
<div>
<div class="van-pull-refresh">
<div class="van-pull-refresh__track" style="transition:0ms;transform:translate3d(0,0px, 0);">
<div class="van-pull-refresh__track" style="transition:0ms;transform:;">
<div class="van-pull-refresh__head"></div>
<div>
<p>刷新次数: 0</p>