From afb39f8ab004b2607bb718edab02e99c7a010114 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 22 三月 2023 14:36:44 +0800
Subject: [PATCH] 2023-03-22

---
 src/tabviews/custom/components/table/edit-table/index.scss |   60 ++++--------------------------------------------------------
 1 files changed, 4 insertions(+), 56 deletions(-)

diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss
index 0519a10..16ea698 100644
--- a/src/tabviews/custom/components/table/edit-table/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/index.scss
@@ -7,11 +7,14 @@
   }
   .top-search {
     border-bottom: 1px solid #efefef;
+    padding-top: 10px;
   }
   >.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,61 +33,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;
-      border-width: 0;
-    }
-    .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;
-      border-width: 0;
     }
   }
   .ant-collapse {

--
Gitblit v1.8.0