src/tabviews/treepage/index.jsx
@@ -858,7 +858,7 @@ {!treedata ? <Spin /> : null} </Card> </Col> <Col span={24 - setting.width} style={{paddingTop: 6}}> <Col span={24 - setting.width}> {tabgroups.map(group => ( <Tabs activeKey={tabActive[group.uuid]} key={group.uuid} onChange={(key) => this.setState({tabActive: {...tabActive, [group.uuid]: key}})}> {group.sublist.map(_tab => {