From 83c548d3dba59aaed9b52b5d413c6912a87d2efc Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 16 六月 2024 15:50:14 +0800
Subject: [PATCH] #
---
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