[bugfix] ImagePreview: Image beyond the screen height cover index (#4002)
This commit is contained in:
@@ -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>
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user