From babcf4f0462ed0945fcefe59b1666d709910872c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 04 三月 2024 16:00:55 +0800
Subject: [PATCH] Merge branch 'master' of http://47.97.1.152:5880/r/zy-asrs-master

---
 zy-asrs-flow/src/pages/home/index.less |   62 ++++++++++++++++++++++---------
 1 files changed, 44 insertions(+), 18 deletions(-)

diff --git a/zy-asrs-flow/src/pages/home/index.less b/zy-asrs-flow/src/pages/home/index.less
index b6596ec..6dacf4e 100644
--- a/zy-asrs-flow/src/pages/home/index.less
+++ b/zy-asrs-flow/src/pages/home/index.less
@@ -1,20 +1,46 @@
 .stencil-app {
-    display: flex;
-    padding: 0;
-    font-family: sans-serif;
-  
-    .app-stencil {
-      position: relative;
-      width: 300px;
-      border: 1px solid #f0f0f0;
-    }
-  
-    .app-content {
-      flex: 1;
-      height: 380px;
-      margin-right: 8px;
-      margin-left: 8px;
-      box-shadow: 0 0 10px 1px #e9e9e9;
-    }
+  display: flex;
+  padding: 0;
+  font-family: sans-serif;
+
+  .app-stencil {
+    position: relative;
+    width: 300px;
+    border: 1px solid #f0f0f0;
   }
-  
\ No newline at end of file
+
+  .app-content {
+    flex: 1;
+    height: 380px;
+    margin-right: 8px;
+    margin-left: 8px;
+    box-shadow: 0 0 10px 1px #e9e9e9;
+  }
+}
+
+.x6-node.node-active .x6-port .x6-port-body {
+  visibility: visible;
+}
+
+.my-context-menu {
+  width: 150px;
+  // height: 100px;
+  background: #fff;
+  position: absolute;
+  border-radius: 10px;
+  overflow: hidden;
+  border: 1px #000 solid;
+}
+
+.right-menu-button {
+  background: #fff;
+  padding: 5px 10px;
+  color: #000;
+  text-align: center;
+  cursor: pointer;
+}
+
+.right-menu-button:hover {
+  background: rgb(22,119,255);
+  color: #fff;
+}
\ No newline at end of file

--
Gitblit v1.9.1