feat(Uploader): add preview-full-image prop (#4205)

This commit is contained in:
neverland
2019-08-23 14:28:57 +08:00
committed by GitHub
parent eeb65ed922
commit 0b5cabbe24
5 changed files with 33 additions and 39 deletions
@@ -22,21 +22,12 @@ exports[`click to preview image 1`] = `
style="transition: .3s all;"
/>
</div>
<div
class="van-swipe-item"
style="width: 0px; height: 100%; transform: translateX(0px);"
>
<img
class="van-image-preview__image"
src="data:image/test"
/>
</div>
</div>
</div>
<div
class="van-image-preview__index"
>
1/2
1/1
</div>
</div>
`;