mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-19 06:43:16 +08:00
fix: The card body's border-radius will be invalid when the bodyStyle has backgroundColor attribute #38912 (#38973)
This commit is contained in:
parent
9c7b395a7d
commit
e66fcbd449
@ -267,6 +267,7 @@ const genCardStyle: GenerateStyle<CardToken> = (token): CSSObject => {
|
||||
|
||||
[`${componentCls}-body`]: {
|
||||
padding: cardPaddingBase,
|
||||
borderRadius: ` 0 0 ${token.borderRadiusLG}px ${token.borderRadiusLG}px`,
|
||||
...clearFix(),
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user