From d41ff0ed33cd14c17aba480ab61ecb3be00a460a Mon Sep 17 00:00:00 2001 From: Tmk Date: Mon, 27 May 2024 14:46:08 +0800 Subject: [PATCH] fix: prevent phantom space in avatar image --- components/Avatar/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Avatar/style/index.less b/components/Avatar/style/index.less index 4b4c642a3c..00ce36c00e 100644 --- a/components/Avatar/style/index.less +++ b/components/Avatar/style/index.less @@ -44,7 +44,7 @@ } &-image { - display: inline-block; + display: inline-flex; width: 100%; height: 100%;