From 38b5297cbfbe3d61ee2e800b51e8324ee163f43e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 18 一月 2021 12:24:50 +0800 Subject: [PATCH] 2021-01-18 --- src/tabviews/zshare/actionList/index.scss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/index.scss b/src/tabviews/zshare/actionList/index.scss index ad2d2bb..844e480 100644 --- a/src/tabviews/zshare/actionList/index.scss +++ b/src/tabviews/zshare/actionList/index.scss @@ -28,6 +28,7 @@ .action-modal { .ant-modal { max-width: 95vw; + top: 70px; } .ant-modal-body { max-height: calc(100vh - 235px); @@ -36,8 +37,8 @@ padding-bottom: 35px; } .ant-modal-body::-webkit-scrollbar { - width: 10px; - height: 10px; + width: 7px; + height: 7px; } .ant-modal-body::-webkit-scrollbar-thumb { border-radius: 5px; -- Gitblit v1.8.0