[bugfix] ImagePreview: Image beyond the screen height cover index (#4002)

This commit is contained in:
Jake
2019-07-30 14:59:57 +08:00
committed by neverland
parent a791e1e971
commit 234e64238e
3 changed files with 10 additions and 10 deletions
@@ -5,11 +5,6 @@ exports[`click to preview image 1`] = `
class="van-image-preview"
name="van-fade"
>
<div
class="van-image-preview__index"
>
1/2
</div>
<div
class="van-swipe"
>
@@ -38,6 +33,11 @@ exports[`click to preview image 1`] = `
</div>
</div>
</div>
<div
class="van-image-preview__index"
>
1/2
</div>
</div>
`;