From 68a65838dd44b02cb1b3666a4383232af413b558 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 06 四月 2023 17:33:09 +0800
Subject: [PATCH] 2023-04-06

---
 src/tabviews/custom/components/table/base-table/index.scss |   18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diff --git a/src/tabviews/custom/components/table/base-table/index.scss b/src/tabviews/custom/components/table/base-table/index.scss
index 34f97b7..f48b15a 100644
--- a/src/tabviews/custom/components/table/base-table/index.scss
+++ b/src/tabviews/custom/components/table/base-table/index.scss
@@ -9,27 +9,11 @@
     border-bottom: 1px solid #efefef;
     padding-top: 10px;
   }
-  >.button-list.toolbar-button {
+  .button-list.toolbar-button {
     min-height: 60px;
     padding-right: 60px;
     button {
-      margin-right: 0px;
       margin-bottom: 0px;
-      min-height: 28px;
-      height: auto;
-    }
-  }
-  .ant-modal-mask {
-    position: absolute;
-  }
-  .ant-modal-wrap {
-    position: absolute;
-  }
-  .action-modal .ant-modal {
-    top: 40px;
-    max-width: 95%;
-    .ant-modal-body {
-      max-height: calc(100vh - 265px);
     }
   }
   .main-table-box {

--
Gitblit v1.8.0