king
2023-07-18 0d8af0af44fa23d482fc3e20cf1a51e4f8862bea
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}>