Skip to content

Commit 5e139a1

Browse files
authored
fix: revert the default ttab size of card (#3788)
1 parent 976b0b4 commit 5e139a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/card/Card.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export default {
147147
const hasActiveTabKey = activeTabKey !== undefined;
148148
const tabsProps = {
149149
props: {
150+
size: 'large',
150151
...tabProps,
151152
[hasActiveTabKey ? 'activeKey' : 'defaultActiveKey']: hasActiveTabKey
152153
? activeTabKey

0 commit comments

Comments
 (0)