fix: revert the default ttab size of card (#3788)

pull/3939/head
zkwolf 2021-03-12 14:54:07 +08:00 committed by GitHub
parent 976b0b409c
commit 5e139a13e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ export default {
const hasActiveTabKey = activeTabKey !== undefined;
const tabsProps = {
props: {
size: 'large',
...tabProps,
[hasActiveTabKey ? 'activeKey' : 'defaultActiveKey']: hasActiveTabKey
? activeTabKey