king
2021-10-15 fa68a6c3053441e624d995d752efcf017aaad3c7
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}