From ab003fccad96beb96d18f8018980e6c75ed03edc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 八月 2023 16:28:43 +0800 Subject: [PATCH] 2023-08-08 --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss index 93d919a..57d1d35 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss @@ -154,4 +154,37 @@ } } } +} + +.member-modal { + .ant-modal { + top: 50px; + } + .ant-modal-body { + max-height: calc(100vh - 200px); + overflow-y: auto; + padding-top: 15px; + + .ant-input-search { + width: 300px; + margin-bottom: 10px; + } + .ant-transfer-customize-list .ant-transfer-list { + min-height: 300px; + } + } + .ant-modal-body::-webkit-scrollbar { + width: 7px; + } + .ant-modal-body::-webkit-scrollbar-thumb { + border-radius: 5px; + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); + background: rgba(0, 0, 0, 0.13); + } + .ant-modal-body::-webkit-scrollbar-track { + box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); + border-radius: 3px; + border: 1px solid rgba(0, 0, 0, 0.07); + background: rgba(0, 0, 0, 0); + } } \ No newline at end of file -- Gitblit v1.8.0