king
2023-07-19 08cdae93f171dc807a3caf3c98ff0aeda923aacd
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}>