diff --git a/components/card/style/index.ts b/components/card/style/index.ts index 9a7ae63808..72a113accd 100644 --- a/components/card/style/index.ts +++ b/components/card/style/index.ts @@ -364,7 +364,7 @@ const genCardStyle: GenerateStyle = (token): CSSObject => { }, [`${componentCls}-contain-tabs`]: { - [`> ${componentCls}-head`]: { + [`> div${componentCls}-head`]: { minHeight: 0, [`${componentCls}-head-title, ${componentCls}-extra`]: { paddingTop: cardHeadPadding,