mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix(Icon): incorrect image icon height when loading (#6858)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
.van-icon {
|
.van-icon {
|
||||||
&__image {
|
&__image {
|
||||||
|
display: block;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
Reference in New Issue
Block a user