fix: fix Input.Search style (#44660)

Signed-off-by: dally_G <511904266@qq.com>
This commit is contained in:
dally_G 2023-09-06 20:04:56 +08:00 committed by GitHub
parent f0bf373828
commit dab3cc9798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -794,6 +794,7 @@ const genSearchInputStyle: GenerateStyle<InputToken> = (token: InputToken) => {
borderStartEndRadius: token.borderRadius,
borderEndEndRadius: token.borderRadius,
borderEndStartRadius: 0,
boxShadow: 'none',
},
[`${searchPrefixCls}-button:not(${antCls}-btn-primary)`]: {