From 84b12a0724039df8d0b82321f0fb1dbca9bc307f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Tue, 19 Nov 2024 15:58:51 +0800 Subject: [PATCH] fix: single align --- components/select/style/single.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/style/single.ts b/components/select/style/single.ts index 417cf59c53..204dd49295 100644 --- a/components/select/style/single.ts +++ b/components/select/style/single.ts @@ -90,6 +90,7 @@ function genSizeStyle(token: SelectToken, suffix?: string): CSSObject { [`${componentCls}-selector`]: { width: '100%', height: '100%', + alignItems: 'center', padding: `0 ${unit(inputPaddingHorizontalBase)}`, [`${componentCls}-selection-search-input`]: {