fix(ImagePreview): should not close when click index (#4764)

This commit is contained in:
neverland
2019-10-17 21:07:15 +08:00
committed by GitHub
parent 7999098060
commit 321905a4b7
3 changed files with 18 additions and 19 deletions
+4 -4
View File
@@ -7,6 +7,10 @@
width: 100%;
height: 100%;
&__swipe {
height: 100%;
}
&__image {
position: absolute;
top: 0;
@@ -33,8 +37,4 @@
&__overlay {
background-color: @image-preview-overlay-background-color;
}
.van-swipe {
height: 100%;
}
}