From eca9f551cb04e4cb43aa5c579f5fc29a93d2265b Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 4 Aug 2020 17:04:01 +0800 Subject: [PATCH] Revert "fix(Icon): incorrect image icon height when loading (#6858)" This reverts commit 7f466a3859a197bee255c3dca4e620f2ae5014fb. --- src/icon/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/icon/index.less b/src/icon/index.less index 803156141..f1b78f967 100644 --- a/src/icon/index.less +++ b/src/icon/index.less @@ -3,7 +3,6 @@ .van-icon { &__image { - display: block; width: 1em; height: 1em; object-fit: contain;