From f724c64b419f148985c0bd5a1153e3fc7d84b9e6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 12 七月 2023 17:03:27 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/popupbutton/index.scss | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.scss b/src/tabviews/zshare/actionList/popupbutton/index.scss index 72a6a3c..5dee830 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.scss +++ b/src/tabviews/zshare/actionList/popupbutton/index.scss @@ -1,5 +1,5 @@ .custom-popview.popview-modal { - >.ant-modal-content >.ant-modal-body { + .ant-modal-content .ant-modal-body { padding: 0; .custom-page-wrap { min-height: 200px; @@ -9,6 +9,19 @@ } } } +.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; -- Gitblit v1.8.0