From 4eae7af1ce6cd0ea8ac6485e26528625e83c3c70 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十月 2021 15:18:57 +0800 Subject: [PATCH] 2021-10-12 --- src/tabviews/zshare/actionList/popupbutton/index.scss | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.scss b/src/tabviews/zshare/actionList/popupbutton/index.scss index e0a65c3..e115405 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.scss +++ b/src/tabviews/zshare/actionList/popupbutton/index.scss @@ -1,6 +1,9 @@ .custom-popview.popview-modal { >.ant-modal-content >.ant-modal-body { padding: 0; + .custom-page-wrap { + min-height: 200px; + } } } .custom-drawer-popview { @@ -24,6 +27,9 @@ text-align: right; box-shadow: 0 0 3px #cbcbcb; } + .custom-page-wrap { + min-height: calc(100vh - 110px); + } } } } -- Gitblit v1.8.0