From 1da6506bf58270bacc2a4345002c6b082835580e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 21 十月 2021 23:17:08 +0800
Subject: [PATCH] 2021-10-21

---
 src/tabviews/zshare/settingcomponent/index.scss |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tabviews/zshare/settingcomponent/index.scss b/src/tabviews/zshare/settingcomponent/index.scss
index 6746775..34e6780 100644
--- a/src/tabviews/zshare/settingcomponent/index.scss
+++ b/src/tabviews/zshare/settingcomponent/index.scss
@@ -2,8 +2,8 @@
   .page-setting {
     position: fixed;
     z-index: 2;
-    bottom: 65px;
-    right: 30px;
+    bottom: 55px;
+    right: 20px;
     width: 40px;
     height: 40px;
   }
@@ -15,7 +15,7 @@
 }
 .page-message-wrap.exist + .page-setting-wrap {
   .page-setting {
-    bottom: 110px;
+    bottom: 100px;
   }
 }
 .custom-setting-modal {

--
Gitblit v1.8.0