From fa68a6c3053441e624d995d752efcf017aaad3c7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 十月 2021 22:20:06 +0800 Subject: [PATCH] 2021-10-15 --- src/templates/sharecomponent/chartgroupcomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/chartgroupcomponent/index.jsx b/src/templates/sharecomponent/chartgroupcomponent/index.jsx index 1e2117b..796264e 100644 --- a/src/templates/sharecomponent/chartgroupcomponent/index.jsx +++ b/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} -- Gitblit v1.8.0