From 76a4300654a18d228838c3f27455dc8e7a8cd616 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 15 一月 2021 17:04:42 +0800
Subject: [PATCH] Merge branch 'master' into bms

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

diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss
index 127ac7c..167d520 100644
--- a/src/tabviews/commontable/index.scss
+++ b/src/tabviews/commontable/index.scss
@@ -63,18 +63,9 @@
     position: relative;
     .main-pickup {
       position: absolute;
-      right: 35px;
+      right: 0px;
       top: -22px;
       z-index: 1;
-    }
-    .custom-control {
-      position: absolute;
-      z-index: 1;
-      right: 0px;
-      top: -23px;
-      font-size: 18px;
-      padding: 3px;
-      cursor: pointer;
     }
     >.async-spin {
       line-height: 150px!important;
@@ -90,14 +81,6 @@
     .ant-tabs-tab.ant-tabs-tab-active {
       cursor: default;
     }
-  }
-  .common-table-copy {
-    position: fixed;
-    z-index: 2;
-    bottom: 65px;
-    right: 30px;
-    width: 40px;
-    height: 40px;
   }
   .ant-table-fixed-left, .ant-table-fixed-right {
     z-index: 1;
@@ -152,26 +135,6 @@
     }
     .canvas {
       clear: both;
-    }
-  }
-}
-
-.menu-tree-modal {
-  .ant-modal-body {
-    min-height: 300px;
-    .menu-header {
-      text-align: center;
-      span {
-        font-weight: 600;
-        margin-right: 20px;
-      }
-      .ant-typography {
-        font-weight: 600;
-        display: inline-block;
-      }
-    }
-    .ant-tree li .ant-tree-node-content-wrapper {
-      cursor: default;
     }
   }
 }

--
Gitblit v1.8.0