From 4adb8b8868aeed1f5f3b89ae269a7724c6b451ad Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 11 八月 2023 16:58:31 +0800
Subject: [PATCH] 2023-08-11

---
 src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss |   16 ++++++++++++++++
 1 files changed, 16 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 53361ec..893aaf2 100644
--- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
+++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
@@ -138,6 +138,22 @@
   }
 }
 .member-transfer {
+  .mk-tree {
+    display: inline-block!important;
+    .circle {
+      position: relative;
+      top: 1px;
+      right: 4px;
+      display: inline-block!important;
+      width: 12px;
+      height: 12px;
+      background: #1890ff;
+      border-radius: 50%;
+    }
+    .green.circle {
+      background: #52c41a;
+    }
+  }
   .ant-transfer-list:first-child {
     width: 60%;
   }

--
Gitblit v1.8.0