From c27d57333ed38c92f595219d2190ea63cef4d182 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 一月 2021 18:29:16 +0800 Subject: [PATCH] 2021-01-12 --- src/tabviews/zshare/settingcomponent/index.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/settingcomponent/index.scss b/src/tabviews/zshare/settingcomponent/index.scss index 14fb20f..7299038 100644 --- a/src/tabviews/zshare/settingcomponent/index.scss +++ b/src/tabviews/zshare/settingcomponent/index.scss @@ -1,3 +1,13 @@ +.page-setting-wrap { + .page-setting { + position: fixed; + z-index: 2; + bottom: 110px; + right: 30px; + width: 40px; + height: 40px; + } +} .common-table-custom-modal { .ant-modal { top: 50px; -- Gitblit v1.8.0