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

diff --git a/src/tabviews/custom/index.scss b/src/tabviews/custom/index.scss
index ede42fb..b2f1683 100644
--- a/src/tabviews/custom/index.scss
+++ b/src/tabviews/custom/index.scss
@@ -43,6 +43,23 @@
   .ant-btn-link:hover {
     opacity: 0.8;
   }
+
+  .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-page-wrap.loading {
   .ant-spin-spinning:not(.view-spin) {

--
Gitblit v1.8.0