From 770a7035c21ff90898938f73a8501b7cb4b6bf37 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 八月 2023 22:43:10 +0800 Subject: [PATCH] 2023-08-04 --- src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 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 a7317be..93d919a 100644 --- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss @@ -118,4 +118,40 @@ width: 84%; } } + .member-input { + display: inline-block; + width: 100%; + height: 32px; + padding: 4px 11px; + color: rgba(0, 0, 0, 0.65); + font-size: 14px; + line-height: 1.5; + background-color: #fff; + background-image: none; + border: 1px solid #d9d9d9; + border-radius: 4px; + + .anticon-form { + float: right; + margin-top: 3px; + } + } +} +.member-transfer { + .ant-transfer-list:first-child { + width: 60%; + } + .ant-transfer-list:last-child { + width: 40%; + } + .ant-transfer-list-header { + .ant-transfer-list-header-selected { + span:not(.ant-transfer-list-header-title) { + display: none; + } + .ant-transfer-list-header-title { + position: unset; + } + } + } } \ No newline at end of file -- Gitblit v1.8.0