From 92108e6c93de657838bbd766a9eb4f27d85e1c2d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 五月 2020 16:41:28 +0800
Subject: [PATCH] 2020-05-05

---
 src/templates/comtableconfig/index.scss |  122 +++++-----------------------------------
 1 files changed, 15 insertions(+), 107 deletions(-)

diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss
index 05d8a28..ca494f3 100644
--- a/src/templates/comtableconfig/index.scss
+++ b/src/templates/comtableconfig/index.scss
@@ -170,117 +170,25 @@
       position: relative;
       padding: 0 0 40px;
 
-      .tab-list {
-        position: relative;
-        padding: 30px 20px 0px;
-        .ant-switch {
-          position: absolute;
-          right: 20px;
-          top: 20px;
-        }
-        > .ant-row {
-          min-height: 47px;
-          .page-card {
-            position: relative;
-            padding: 0px;
-            > div {
-              padding: 12px 0px 0px;
-              cursor: move;
-            }
-          }
-          .ant-tabs-tab {
-            cursor: default;
-            .edit {
-              position: absolute;
-              left: 0;
-              top: 0px;
-              color: #1890ff;
-              cursor: pointer;
-              display: none;
-            }
-            .edit.close {
-              left: 20px;
-              color: #ff4d4f;
-            }
-          }
-          .ant-tabs-bar {
-            min-height: 55px;
-          }
-          .ant-tabs-tab:hover {
-            .edit {
-              display: inline-block;
-            }
-          }
-          .ant-tabs-content {
-            .ant-tabs-tabpane img {
-              width: 100%;
-            }
-          }
-        }
-        > .anticon-question-circle {
-          color: #c49f47;
-          position: absolute;
-          left: 5px;
-          top: 20px;
-        }
-        > .anticon-plus {
-          position: absolute;
+      .chart-view {
+        margin-bottom: 70px;
+
+        .chart-title {
+          margin-bottom: 15px;
+          color: rgba(0, 0, 0, 0.85);
+          font-weight: 400;
           font-size: 18px;
-          right: 25px;
-          top: 50px;
-          z-index: 1;
-          color: #26C281;
-          cursor: pointer;
-        }
-        > .anticon-delete {
-          position: absolute;
-          font-size: 19px;
-          right: 25px;
-          top: 50px;
-          z-index: 1;
-          color: #ff4d4f;
-          cursor: pointer;
-        }
-        > .anticon-arrow-up {
-          position: absolute;
-          right: 55px;
-          font-size: 19px;
-          z-index: 1;
-          top: 50px;
-          color: #1890ff;
-          cursor: pointer;
-        }
-        > .anticon-arrow-down {
-          position: absolute;
-          right: 55px;
-          font-size: 19px;
-          z-index: 1;
-          top: 50px;
-          color: purple;
-          cursor: pointer;
-        }
-        > .anticon-arrow-down + .anticon-arrow-up {
-          right: 85px;
-        }
-        .ant-tabs-nav-container-scrolling {
-          margin-right: 50px;
+          line-height: 25px;
+          height: 35px;
+          text-overflow: ellipsis;
+          white-space: nowrap;
+          overflow: hidden;
+          max-width: 50%;
+          padding-top: 10px;
+          padding-left: 30px;
         }
       }
-      // > .anticon-setting {
-      //   position: absolute;
-      //   font-size: 18px;
-      //   right: 7px;
-      //   top: 10px;
-      //   padding: 10px;
-      //   z-index: 1;
-      // }
     }
-    // .anticon-question-circle {
-    //   color: #c49f47;
-    //   position: relative;
-    //   left: -15px;
-    //   top: 5px;
-    // }
   }
   .setting {
     overflow-y: scroll;

--
Gitblit v1.8.0