From a837624af068cb3a3455f66d9932fc1509e37b25 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 六月 2025 23:37:34 +0800
Subject: [PATCH] 2025-06-10

---
 src/tabviews/basetable/index.scss |   34 ++++++++++++++++------------------
 1 files changed, 16 insertions(+), 18 deletions(-)

diff --git a/src/tabviews/basetable/index.scss b/src/tabviews/basetable/index.scss
index ca8acd1..cd48d98 100644
--- a/src/tabviews/basetable/index.scss
+++ b/src/tabviews/basetable/index.scss
@@ -31,27 +31,25 @@
     left: calc(50% - 16px);
     top: calc(50vh - 70px);
   }
-  
-  .common-table-copy {
-    position: fixed;
-    z-index: 2;
-    bottom: 65px;
-    right: 30px;
-    width: 40px;
-    height: 40px;
-  }
+
   .ant-btn-link:hover {
     opacity: 0.8;
   }
-  .button-list.toolbar-button {
-    button {
-      height: auto;
-      min-height: 28px;
+
+  .user-tools {
+    position: fixed;
+    z-index: 2;
+    bottom: 55px;
+    right: 20px;
+    .tool-wrap {
+      margin-top: 5px;
+      .ant-btn {
+        width: 40px;
+        height: 40px;
+      }
+      .anticon-forward {
+        font-size: 20px;
+      }
     }
-  }
-}
-.custom-table-wrap.loading {
-  .ant-spin-spinning:not(.view-spin) {
-    display: none;
   }
 }

--
Gitblit v1.8.0