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