fix: revert the default ttab size of card (#3788)
parent
976b0b409c
commit
5e139a13e8
|
@ -147,6 +147,7 @@ export default {
|
||||||
const hasActiveTabKey = activeTabKey !== undefined;
|
const hasActiveTabKey = activeTabKey !== undefined;
|
||||||
const tabsProps = {
|
const tabsProps = {
|
||||||
props: {
|
props: {
|
||||||
|
size: 'large',
|
||||||
...tabProps,
|
...tabProps,
|
||||||
[hasActiveTabKey ? 'activeKey' : 'defaultActiveKey']: hasActiveTabKey
|
[hasActiveTabKey ? 'activeKey' : 'defaultActiveKey']: hasActiveTabKey
|
||||||
? activeTabKey
|
? activeTabKey
|
||||||
|
|
Loading…
Reference in New Issue