fix(Icon): incorrect image icon height when loading (#6858)

This commit is contained in:
neverland 2020-07-24 16:00:30 +08:00 committed by GitHub
parent be0eb547da
commit 7f466a3859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
.van-icon {
&__image {
display: block;
width: 1em;
height: 1em;
object-fit: contain;