From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 八月 2022 11:42:43 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/tabviews/custom/components/table/edit-table/index.scss |   57 +++------------------------------------------------------
 1 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss
index 6a1b8a3..686b44b 100644
--- a/src/tabviews/custom/components/table/edit-table/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/index.scss
@@ -11,7 +11,9 @@
   >.button-list.toolbar-button {
     padding: 0;
     line-height: 45px;
-    padding-right: 60px;
+    float: left;
+    position: relative;
+    z-index: 2;
     button {
       margin-right: 0px;
       margin-bottom: 0px;
@@ -30,59 +32,6 @@
     max-width: 95%;
     .ant-modal-body {
       max-height: calc(100vh - 265px);
-    }
-  }
-  .main-table-box {
-    position: relative;
-    min-height: 150px;
-    .main-pickup {
-      position: absolute;
-      right: 5px;
-      top: -24px;
-      z-index: 2;
-    }
-    .submit-table {
-      position: absolute;
-      z-index: 2;
-      right: 60px;
-      top: -26px;
-      height: 24px;
-      color: #ffffff;
-      background-color: #1890ff;
-    }
-    .custom-control {
-      position: absolute;
-      z-index: 1;
-      right: 0px;
-      top: -23px;
-      font-size: 18px;
-      padding: 3px;
-      cursor: pointer;
-    }
-    >.async-spin {
-      line-height: 150px!important;
-    }
-  }
-  .no-action.main-table-box {
-    .main-pickup {
-      position: relative;
-      right: 0px;
-      top: 0px;
-      z-index: 2;
-      margin-bottom: 4px;
-      float: right;
-    }
-    .submit-table {
-      float: right;
-      position: relative;
-      z-index: 2;
-      right: 0px;
-      top: 0px;
-      height: 24px;
-      color: #ffffff;
-      background-color: #1890ff;
-      margin-right: 15px;
-      margin-bottom: 2px;
     }
   }
   .ant-collapse {

--
Gitblit v1.8.0