Browse Source

Fix inactive tab panel behavious, close #6237

pull/6182/merge
afc163 8 years ago
parent
commit
d6da30573b
  1. 1
      components/tabs/style/index.less

1
components/tabs/style/index.less

@ -200,6 +200,7 @@
opacity: 0;
height: 0;
padding: 0!important;
pointer-events: none;
}
}
> .@{tab-prefix-cls}-content-animated {

Loading…
Cancel
Save