From 7449eee8fa9f8a251e9c4e9162030f1e004bae0f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 15 十月 2020 09:17:04 +0800
Subject: [PATCH] 2020-10-15

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

diff --git a/src/menu/components/chart/antv-bar/index.scss b/src/menu/components/chart/antv-bar/index.scss
index 6df8cc0..1f6b481 100644
--- a/src/menu/components/chart/antv-bar/index.scss
+++ b/src/menu/components/chart/antv-bar/index.scss
@@ -2,10 +2,13 @@
   position: relative;
   box-sizing: border-box;
   background: #ffffff;
+  border-style: solid;
+  border-width: 0;
   
   .canvas {
     margin: 0px;
-    padding: 10px 15px;
+    padding: 15px;
+    letter-spacing: 0px;
   }
 
   .chart-header {
@@ -13,19 +16,26 @@
     height: 45px;
     border-bottom: 1px solid #e8e8e8;
     overflow: hidden;
-    padding-right: 40px;
+    padding-right: 35px;
+    text-decoration: inherit;
+    font-weight: inherit;
+    font-style: inherit;
 
     >.anticon-tool {
       position: absolute;
-      right: 0px;
-      top: 0px;
+      right: 1px;
+      top: 1px;
       font-size: 16px;
-      padding: 10px;
+      padding: 5px;
       cursor: pointer;
+      color: rgba(0, 0, 0, 0.85);
+      background: #ffffff;
     }
 
     .chart-title {
-      font-size: 16px;
+      text-decoration: inherit;
+      font-weight: inherit;
+      font-style: inherit;
       float: left;
       line-height: 45px;
       margin-left: 10px;
@@ -37,6 +47,7 @@
     right: 0px;
     z-index: 4;
     padding-top: 10px;
+    font-size: 16px;
   
     .ant-row .anticon-plus {
       float: right;

--
Gitblit v1.8.0