src/templates/sharecomponent/chartgroupcomponent/index.jsx
@@ -259,7 +259,7 @@ return ( <div className="model-table-chartview-list"> <Icon type="plus" onClick={() => this.handleChart()} /> {/* <Icon type="plus" onClick={() => this.handleChart()} /> */} {chartlist.length > 1 ? <Icon type={config.expand ? 'up' : 'down'} title="展开/合并" onClick={this.onChartChange} /> : null} {chartlist.length > 1 ? <DragChartView activeKey={chartview}