From 76a4300654a18d228838c3f27455dc8e7a8cd616 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 一月 2021 17:04:42 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/tabviews/zshare/settingcomponent/index.scss | 40 ++++++++++++++++++++++++++++++++++++++-- 1 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/settingcomponent/index.scss b/src/tabviews/zshare/settingcomponent/index.scss index 14fb20f..6746775 100644 --- a/src/tabviews/zshare/settingcomponent/index.scss +++ b/src/tabviews/zshare/settingcomponent/index.scss @@ -1,4 +1,24 @@ -.common-table-custom-modal { +.page-setting-wrap { + .page-setting { + position: fixed; + z-index: 2; + bottom: 65px; + right: 30px; + width: 40px; + height: 40px; + } +} +.custom-popview { + .page-setting-wrap { + display: none; + } +} +.page-message-wrap.exist + .page-setting-wrap { + .page-setting { + bottom: 110px; + } +} +.custom-setting-modal { .ant-modal { top: 50px; padding-bottom: 5px; @@ -6,8 +26,24 @@ max-height: calc(100vh - 190px); min-height: 250px; overflow-y: auto; + padding-top: 0px; + position: relative; + + .ant-spin { + position: absolute; + left: calc(50% - 22px); + top: 100px; + } .ant-empty { - margin: 15vh 8px; + margin-top: 30px; + } + + .component-title { + font-size: 16px; + display: inline-block; + margin: 20px 0px 10px 0px; + padding: 0 10px; + border-bottom: 2px solid #1890ff; } } .ant-modal-body::-webkit-scrollbar { -- Gitblit v1.8.0