From 3bbb8c98fd999cfdaa6d7e061af04d3bdf47e1fd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 九月 2021 17:50:29 +0800 Subject: [PATCH] 2021-09-17 --- 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