feat(ImagePreview): add image loading tip (#4378)

This commit is contained in:
neverland
2019-09-05 17:48:08 +08:00
committed by GitHub
parent b9c1dca67c
commit 3f8ffccb36
7 changed files with 138 additions and 94 deletions
+4 -3
View File
@@ -13,9 +13,10 @@
right: 0;
bottom: 0;
left: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
.van-image__loading {
background-color: transparent;
}
}
&__index {