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/zshare/settingcomponent/index.scss |   25 +++++--------------------
 1 files changed, 5 insertions(+), 20 deletions(-)

diff --git a/src/tabviews/zshare/settingcomponent/index.scss b/src/tabviews/zshare/settingcomponent/index.scss
index b19cb86..b58b733 100644
--- a/src/tabviews/zshare/settingcomponent/index.scss
+++ b/src/tabviews/zshare/settingcomponent/index.scss
@@ -1,27 +1,12 @@
-.page-setting-wrap {
-  .page-setting {
-    position: fixed;
-    z-index: 2;
-    bottom: 55px;
-    right: 20px;
-    width: 40px;
-    height: 40px;
-  }
-}
-.custom-popview {
-  .page-setting-wrap {
-    display: none;
-  }
-}
-.page-message-wrap.exist + .page-setting-wrap {
-  .page-setting {
-    bottom: 100px;
-  }
-}
 .custom-setting-modal {
   .ant-modal {
     top: 50px;
     padding-bottom: 5px;
+    .ant-modal-footer {
+      .ant-btn-danger:hover {
+        color: #ffffff!important;
+      }
+    }
     .ant-modal-body {
       max-height: calc(100vh - 190px);
       min-height: 250px;

--
Gitblit v1.8.0