From a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 30 五月 2025 15:18:44 +0800 Subject: [PATCH] 2025-05-30 --- src/tabviews/zshare/actionList/popupbutton/index.scss | 64 +++++++++++++++++++++++++++++++ 1 files changed, 63 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.scss b/src/tabviews/zshare/actionList/popupbutton/index.scss index bd9cd43..5dee830 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.scss +++ b/src/tabviews/zshare/actionList/popupbutton/index.scss @@ -1,5 +1,67 @@ .custom-popview.popview-modal { - >.ant-modal-content >.ant-modal-body { + .ant-modal-content .ant-modal-body { padding: 0; + .custom-page-wrap { + min-height: 200px; + } + .pop-page-wrap { + min-height: 200px; + } + } +} +.custom-popview.popview-modal.miniview { + .ant-modal-header { + display: none; + } + .ant-modal-footer { + display: none; + } + .ant-modal-body { + padding: 0px; + border-radius: 4px; + max-height: calc(100vh - 110px); + } +} +.table-drawer-popview { + .close-drawer { + position: absolute; + z-index: 3; + right: 0; + bottom: 0; + width: 100%; + padding: 8px 16px; + background: #fff; + text-align: right; + box-shadow: 0 0 3px #cbcbcb; + } +} +.custom-drawer-popview { + .ant-drawer-content { + .ant-drawer-header { + position: absolute; + width: 100%; + background: #ffffff; + z-index: 3; + } + .ant-drawer-body { + padding: 55px 0 50px 0; + .close-drawer { + position: absolute; + z-index: 3; + right: 0; + bottom: 0; + width: 100%; + padding: 8px 16px; + background: #fff; + text-align: right; + box-shadow: 0 0 3px #cbcbcb; + } + .custom-page-wrap { + min-height: calc(100vh - 110px); + } + .pop-page-wrap { + min-height: calc(100vh - 110px); + } + } } } -- Gitblit v1.8.0