vant/src/icon/index.less
chenjiahan eca9f551cb Revert "fix(Icon): incorrect image icon height when loading (#6858)"
This reverts commit 7f466a3859a197bee255c3dca4e620f2ae5014fb.
2020-08-04 17:04:01 +08:00

11 lines
153 B
Plaintext

@import '../style/var';
@import '~@vant/icons/src/index.less';
.van-icon {
&__image {
width: 1em;
height: 1em;
object-fit: contain;
}
}