From 23cb54bbb041413ba327d046a4b396267ef2ecfe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 13 一月 2021 19:31:56 +0800
Subject: [PATCH] 2021-01-13

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

diff --git a/src/tabviews/zshare/settingcomponent/index.scss b/src/tabviews/zshare/settingcomponent/index.scss
index 7299038..d389f2f 100644
--- a/src/tabviews/zshare/settingcomponent/index.scss
+++ b/src/tabviews/zshare/settingcomponent/index.scss
@@ -2,13 +2,23 @@
   .page-setting {
     position: fixed;
     z-index: 2;
-    bottom: 110px;
+    bottom: 65px;
     right: 30px;
     width: 40px;
     height: 40px;
   }
 }
-.common-table-custom-modal {
+.custom-popview {
+  .page-setting-wrap {
+    display: none;
+  }
+}
+.page-message-wrap:has(.page-message) + .page-setting-wrap {
+  .page-setting {
+    bottom: 110px;
+  }
+}
+.custom-setting-modal {
   .ant-modal {
     top: 50px;
     padding-bottom: 5px;
@@ -16,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