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.scss | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/chartcomponent/index.scss b/src/tabviews/zshare/chartcomponent/index.scss index cc0be8c..e9f2315 100644 --- a/src/tabviews/zshare/chartcomponent/index.scss +++ b/src/tabviews/zshare/chartcomponent/index.scss @@ -1,7 +1,9 @@ -.line-chart-edit-box { +.line-chart-plot-box { margin-bottom: 30px; .canvas { - margin: 0 40px; + margin: 0 20px; + border: 1px solid #e8e8e8; + padding: 15px; } } -- Gitblit v1.8.0