From 9944f9e674d7a3ad55bfaa35f9b9a0d7bfb7cf64 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十月 2023 17:39:48 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss | 8 ++++++++ 1 files changed, 8 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 893aaf2..a161a64 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss @@ -130,6 +130,7 @@ background-image: none; border: 1px solid #d9d9d9; border-radius: 4px; + vertical-align: middle; .anticon-form { float: right; @@ -170,6 +171,13 @@ } } } + .ant-transfer-operation { + margin: 0 15px; + + .ant-btn:first-child { + margin-bottom: 10px; + } + } } .member-modal { -- Gitblit v1.8.0