From c9967063fa42e15d9f695220c76641cfa28669f2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 九月 2023 14:23:13 +0800
Subject: [PATCH] 2023-09-05

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

diff --git a/src/tabviews/basetable/index.scss b/src/tabviews/basetable/index.scss
index 8581886..be83043 100644
--- a/src/tabviews/basetable/index.scss
+++ b/src/tabviews/basetable/index.scss
@@ -43,9 +43,21 @@
   .ant-btn-link:hover {
     opacity: 0.8;
   }
-}
-.custom-table-wrap.loading {
-  .ant-spin-spinning:not(.view-spin) {
-    display: none;
+
+  .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;
+      }
+    }
   }
 }

--
Gitblit v1.8.0