From cd8bf53b0a1ed5ec9e668bfe190e149f5b7489de Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 八月 2021 18:28:21 +0800 Subject: [PATCH] 2021-08-23 --- src/tabviews/zshare/actionList/popupbutton/index.scss | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.scss b/src/tabviews/zshare/actionList/popupbutton/index.scss index bd9cd43..e0a65c3 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.scss +++ b/src/tabviews/zshare/actionList/popupbutton/index.scss @@ -3,3 +3,27 @@ padding: 0; } } +.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; + } + } + } +} -- Gitblit v1.8.0