From be107069b14c8d23b9d1aa50391897324dfa9f35 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 九月 2023 21:57:27 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 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