fix: Fix fails when using tabs minHeight inside the small card (#48787)

* fix: Fix fails when using small tabs minHeight inside the card

* test: del test case

* Update components/card/style/index.ts

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: Wanpan <wanpan96@163.com>

* fix: update style

---------

Signed-off-by: Wanpan <wanpan96@163.com>
Co-authored-by: lijianan <574980606@qq.com>
pull/48811/head^2
Wanpan 9 months ago committed by GitHub
parent e6c4123a84
commit 73adedbfab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -364,7 +364,7 @@ const genCardStyle: GenerateStyle<CardToken> = (token): CSSObject => {
},
[`${componentCls}-contain-tabs`]: {
[`> ${componentCls}-head`]: {
[`> div${componentCls}-head`]: {
minHeight: 0,
[`${componentCls}-head-title, ${componentCls}-extra`]: {
paddingTop: cardHeadPadding,

Loading…
Cancel
Save