We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea553f commit 8ff454eCopy full SHA for 8ff454e
src/tab/main.scss
@@ -342,6 +342,7 @@
342
343
&.active {
344
margin-right: -$tab-capsule-tab-border-line-width;
345
+ border-right: $tab-capsule-tab-border;
346
border-color: $tab-capsule-tab-border-line-color-active;
347
}
348
src/tab/tab.jsx
@@ -50,7 +50,7 @@ export default class Tab extends Component {
50
*/
51
triggerType: PropTypes.oneOf(['hover', 'click']),
52
/**
53
- * 是否提前渲染好所有 TabPane 的内容
+ * 是否延迟加载 TabPane 的内容, 默认开启, 即不提前渲染
54
55
lazyLoad: PropTypes.bool,
56
0 commit comments