From 0f75cd54d62aa6d623ff024ca787c85a578a5f38 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 九月 2020 11:09:40 +0800
Subject: [PATCH] 2020-09-15

---
 src/menu/components/chart/antv-bar/index.scss |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/index.scss b/src/menu/components/chart/antv-bar/index.scss
index e96a3a6..39a775e 100644
--- a/src/menu/components/chart/antv-bar/index.scss
+++ b/src/menu/components/chart/antv-bar/index.scss
@@ -1,7 +1,7 @@
 .menu-line-chart-edit-box {
   position: relative;
   // margin-bottom: 0px;
-  border: 1px solid #e8e8e8;
+  box-sizing: border-box;
   
   .canvas {
     margin: 0px;
@@ -9,14 +9,14 @@
   }
 
   .chart-header {
-    height: 50px;
+    height: 45px;
     border-bottom: 1px solid #e8e8e8;
     overflow: hidden;
 
     .chart-title {
       font-size: 16px;
       float: left;
-      line-height: 50px;
+      line-height: 45px;
       margin-left: 10px;
     }
   }
@@ -36,3 +36,6 @@
     }
   }
 }
+.menu-line-chart-edit-box:hover {
+  box-shadow: 0px 0px 2px #e8e8e8;
+}

--
Gitblit v1.8.0