fix(theme-chalk): [card] ensure height works correctly in flex layout (#23539)

* fix(theme-chalk): [card] ensure height works correctly in flex layout

* Add issue number comment
This commit is contained in:
rzzf
2026-01-29 05:43:52 +08:00
committed by GitHub
parent 05d0ae0269
commit 487beafccd

View File

@@ -35,7 +35,7 @@
}
@include e(body) {
flex: 1;
flex-grow: 1; // #23538
overflow: auto;
padding: getCssVar('card', 'padding');
}