fix(Icon): remove white space under image when using image URL (#10224)

This commit is contained in:
neverland 2022-01-23 21:41:22 +08:00 committed by GitHub
parent be16a493d0
commit c4ca4ef91e
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;