mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Icon): remove white space under image when using image URL (#10224)
This commit is contained in:
parent
be16a493d0
commit
c4ca4ef91e
@ -3,6 +3,7 @@
|
||||
|
||||
.van-icon {
|
||||
&__image {
|
||||
display: block;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
object-fit: contain;
|
||||
|
Loading…
x
Reference in New Issue
Block a user