From c4bde8e537658af12fba8d288d11b9c0220fa58c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 五月 2022 10:57:45 +0800 Subject: [PATCH] 2022-05-13 --- src/menu/components/chart/chart-custom/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/menu/components/chart/chart-custom/index.jsx b/src/menu/components/chart/chart-custom/index.jsx index 070caa0..46ced3e 100644 --- a/src/menu/components/chart/chart-custom/index.jsx +++ b/src/menu/components/chart/chart-custom/index.jsx @@ -263,6 +263,7 @@ </Popover> <NormalHeader config={card} updateComponent={this.updateComponent}/> <div className="canvas" id={card.uuid + 'canvas'} ref={ref => this.wrap = ref}></div> + <div className="component-name"><div className="center">{card.name}</div></div> </div> ) } -- Gitblit v1.8.0