src/components/tabview/index.jsx
@@ -251,7 +251,7 @@ const { tabviews, activeId } = this.state return ( <section className={'mk-tabview-wrap' + (this.props.collapse ? ' collapsed' : '')}> <section id="mk-tabgroup-wrap" className={'mk-tabview-wrap' + (this.props.collapse ? ' collapsed' : '')}> <div className="content-header"> {tabviews && tabviews.length > 0 && <Tabs activeKey={activeId}>