From a2df1bad33874fc6d9f96b0ceb1a6ce97b2e7e80 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 26 五月 2020 19:35:40 +0800
Subject: [PATCH] 2020-05-26

---
 src/tabviews/commontable/index.scss |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss
index 3ea68ba..ba9539a 100644
--- a/src/tabviews/commontable/index.scss
+++ b/src/tabviews/commontable/index.scss
@@ -88,7 +88,7 @@
   .ant-table-fixed-left, .ant-table-fixed-right {
     z-index: 1;
   }
-  .chart-view {
+  > .chart-view {
     position: relative;
     >.ant-tabs {
       .ant-tabs-bar {
@@ -103,7 +103,7 @@
             display: none!important;
           }
           .ant-tabs-tab {
-            padding: 5px 5px;
+            padding: 6px 5px;
             margin-right: 5px;
           }
         }
@@ -111,21 +111,24 @@
     }
     .chart-title {
       position: relative;
-      // top: -20px;
       color: rgba(0, 0, 0, 0.65);
       font-weight: 400;
       font-size: 16px;
       text-overflow: ellipsis;
       white-space: nowrap;
       overflow: hidden;
-      margin: 0 20px;
-      padding: 10px 5px 5px;
-      // border-bottom: 1px solid #e8e8e8;
+      margin: 0px 0px 0px 20px;
+      padding: 5px 10px;
+      float: left;
+      max-width: 50%;
     }
     .chart-table.chart-title {
       position: absolute;
       top: 0px;
     }
+    .canvas {
+      clear: both;
+    }
   }
 }
 .commontable.pick-control {

--
Gitblit v1.8.0