diff --git a/components/input/style/index.ts b/components/input/style/index.ts index 4418359804..480de0642f 100644 --- a/components/input/style/index.ts +++ b/components/input/style/index.ts @@ -678,6 +678,8 @@ const genSearchInputStyle: GenerateStyle = (token: InputToken) => { border: 0, [`${searchPrefixCls}-button`]: { + // Fix https://github.com/ant-design/ant-design/issues/47150 + marginInlineEnd: -1, paddingTop: 0, paddingBottom: 0, borderStartStartRadius: 0,