[improvement] ImagePreview: support finger zooming (#1895)

This commit is contained in:
neverland
2018-10-06 16:26:39 +08:00
committed by GitHub
parent 2f65f60226
commit 221e69612f
2 changed files with 142 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ export default {
.van-image-preview {
img {
pointer-events: none;
-webkit-user-drag: none;
}
}
</style>