From b69b5f6329ca5f87932436b7a6c1ddfc3377e10f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 五月 2024 10:56:41 +0800
Subject: [PATCH] 2024-05-16

---
 src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss |   11 +++++++++++
 1 files changed, 11 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 f8b1118..1c59391 100644
--- a/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
+++ b/src/tabviews/custom/components/chart/antv-X6/nodeupdate/index.scss
@@ -7,6 +7,16 @@
     margin: 5px 12px 10px;
     padding-bottom: 2px;
     font-size: 13px;
+
+    >.anticon-delete {
+      padding: 0 5px;
+      float: right;
+      color: #f5222d;
+      line-height: 22px;
+    }
+    >.anticon-form {
+      padding: 0 5px;
+    }
   }
   .mk-data {
     font-size: 13px;
@@ -127,6 +137,7 @@
   }
   .member-input {
     display: inline-block;
+    cursor: pointer;
     width: 100%;
     height: 32px;
     padding: 4px 11px;

--
Gitblit v1.8.0