From bde2916433c7830e2879e6524e32b9f6c8bd0bab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 02 一月 2022 16:31:32 +0800 Subject: [PATCH] 2022-01-02 --- src/tabviews/zshare/actionList/popupbutton/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/popupbutton/index.scss b/src/tabviews/zshare/actionList/popupbutton/index.scss index e115405..23b691d 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.scss +++ b/src/tabviews/zshare/actionList/popupbutton/index.scss @@ -6,6 +6,19 @@ } } } +.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 { -- Gitblit v1.8.0