From dab3cc979882230067b605b43695eeaa91cb0960 Mon Sep 17 00:00:00 2001 From: dally_G <511904266@qq.com> Date: Wed, 6 Sep 2023 20:04:56 +0800 Subject: [PATCH] fix: fix Input.Search style (#44660) Signed-off-by: dally_G <511904266@qq.com> --- components/input/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input/style/index.ts b/components/input/style/index.ts index 1c8d6a99d889..486b1c081399 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -794,6 +794,7 @@ const genSearchInputStyle: GenerateStyle = (token: InputToken) => { borderStartEndRadius: token.borderRadius, borderEndEndRadius: token.borderRadius, borderEndStartRadius: 0, + boxShadow: 'none', }, [`${searchPrefixCls}-button:not(${antCls}-btn-primary)`]: {