[bugfix] SwipeCell: incorrect render when left-width equals zero (#2737)

This commit is contained in:
neverland
2019-02-14 18:53:51 +08:00
committed by GitHub
parent a152309cfc
commit 7e774bcff2
3 changed files with 20 additions and 4 deletions
@@ -44,3 +44,9 @@ exports[`drag and show left part 5`] = `
</div>
</div>
`;
exports[`width equals zero 1`] = `
<div class="van-swipe-cell">
<div class="van-swipe-cell__wrapper" style="transform: translate3d(0px, 0, 0);"></div>
</div>
`;