From 4e1938344ca46c0cbe699756ecaffa630e698aec Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 06 五月 2020 13:59:54 +0800
Subject: [PATCH] 2020-05-06

---
 src/tabviews/commontable/index.scss |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss
index a79c63f..00e1104 100644
--- a/src/tabviews/commontable/index.scss
+++ b/src/tabviews/commontable/index.scss
@@ -88,6 +88,43 @@
   .ant-table-fixed-left, .ant-table-fixed-right {
     z-index: 1;
   }
+  .chart-view {
+    position: relative;
+    .ant-tabs-bar {
+      margin: 0;
+      border: 0;
+      .ant-tabs-nav-scroll {
+        text-align: right;
+        .ant-tabs-ink-bar {
+          display: none!important;
+        }
+        .ant-tabs-tab {
+          margin-right: 0;
+          padding: 10px 16px;
+        }
+      }
+    }
+    .chart-title {
+      position: relative;
+      top: -20px;
+      margin-bottom: 0px;
+      color: rgba(0, 0, 0, 0.85);
+      font-weight: 400;
+      font-size: 16px;
+      line-height: 25px;
+      height: 35px;
+      text-overflow: ellipsis;
+      white-space: nowrap;
+      overflow: hidden;
+      max-width: 50%;
+      padding-top: 10px;
+      padding-left: 30px;
+    }
+    .chart-table.chart-title {
+      position: absolute;
+      top: 0px;
+    }
+  }
 }
 .commontable.pick-control {
   .button-list {

--
Gitblit v1.8.0