From 25b1262a25df82f32296afe3802836e768f2143f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 15 五月 2020 14:15:30 +0800
Subject: [PATCH] 2020-05-15

---
 src/tabviews/zshare/chartcomponent/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/chartcomponent/index.jsx b/src/tabviews/zshare/chartcomponent/index.jsx
index dc106ed..f9d9167 100644
--- a/src/tabviews/zshare/chartcomponent/index.jsx
+++ b/src/tabviews/zshare/chartcomponent/index.jsx
@@ -498,7 +498,7 @@
     const { plot } = this.props
 
     return (
-      <div className="line-chart-edit-box" style={{minHeight: plot.height ? plot.height + 50 : 450}}>
+      <div className="line-chart-plot-box" style={{minHeight: plot.height ? plot.height + 50 : 450}}>
         {plot.title ? <p className="chart-title">{plot.title}</p> : null}
         <div className="canvas" id={plot.uuid}></div>
       </div>

--
Gitblit v1.8.0