From fc241324087e605b145e8bbcc4ee3aece61dbf14 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 三月 2022 15:59:45 +0800
Subject: [PATCH] 2022-03-21

---
 src/tabviews/custom/components/table/edit-table/index.scss |   68 +---------------------------------
 1 files changed, 2 insertions(+), 66 deletions(-)

diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss
index 3a12a2b..5031dac 100644
--- a/src/tabviews/custom/components/table/edit-table/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/index.scss
@@ -11,7 +11,8 @@
   >.button-list.toolbar-button {
     padding: 0;
     line-height: 45px;
-    padding-right: 60px;
+    display: inline-block;
+    width: 80%;
     button {
       margin-right: 0px;
       margin-bottom: 0px;
@@ -30,71 +31,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;
-    }
-
-    .submit-footer-table {
-      float: right;
-      height: 24px;
-      color: #ffffff;
-      background-color: #1890ff;
-      border-width: 0;
-      margin-top: 10px;
-    }
-
-    .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