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 | 10 +++++++++- 1 files changed, 9 insertions(+), 1 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 b9da954..57d1d35 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss @@ -161,9 +161,17 @@ top: 50px; } .ant-modal-body { - min-height: 150px; 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; -- Gitblit v1.8.0