From 658e788f3f19c777f57c8040c26a5a3bf78d3f8d Mon Sep 17 00:00:00 2001 From: Tony Date: Fri, 9 Sep 2022 00:50:25 +0800 Subject: [PATCH] Fixed close icon plate shifting when import custom close icon --- components/tag/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tag/index.tsx b/components/tag/index.tsx index a9cd26863b..ef2bbea617 100644 --- a/components/tag/index.tsx +++ b/components/tag/index.tsx @@ -87,9 +87,9 @@ const Tag = defineComponent({ const renderCloseIcon = () => { if (closable) { return closeIcon ? ( -
+ {closeIcon} -
+ ) : ( );