From 814d15a247eb91c401d8239e27bf52529fa0fbcc Mon Sep 17 00:00:00 2001 From: tchen <39820191+895433995@users.noreply.github.com> Date: Fri, 26 May 2023 17:47:57 +0800 Subject: [PATCH] fix: add visibility:hidden to selector:after (#42651) Co-authored-by: tchen --- components/select/style/multiple.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/style/multiple.tsx b/components/select/style/multiple.tsx index 49284974dd..157115dbad 100644 --- a/components/select/style/multiple.tsx +++ b/components/select/style/multiple.tsx @@ -72,6 +72,7 @@ function genSizeStyle(token: SelectToken, suffix?: string): CSSObject { width: 0, margin: `${FIXED_ITEM_MARGIN}px 0`, lineHeight: `${selectItemHeight}px`, + visibility: 'hidden', content: '"\\a0"', }, },