diff --git a/components/card/style/index.tsx b/components/card/style/index.tsx index bafb8530c695..4d6ce28b0e0b 100644 --- a/components/card/style/index.tsx +++ b/components/card/style/index.tsx @@ -267,6 +267,7 @@ const genCardStyle: GenerateStyle = (token): CSSObject => { [`${componentCls}-body`]: { padding: cardPaddingBase, + borderRadius: ` 0 0 ${token.borderRadiusLG}px ${token.borderRadiusLG}px`, ...clearFix(), },