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/commontable/index.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss
index 12b410e..1454435 100644
--- a/src/tabviews/commontable/index.scss
+++ b/src/tabviews/commontable/index.scss
@@ -137,4 +137,15 @@
       clear: both;
     }
   }
+
+  .tool-wrap {
+    position: fixed;
+    z-index: 2;
+    bottom: 55px;
+    right: 20px;
+    .ant-btn {
+      width: 40px;
+      height: 40px;
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0