From 6ae0fcef149ddbe614746023a58a3885b3ac4bde Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 25 三月 2025 11:31:04 +0800
Subject: [PATCH] Merge branch 'dev'

---
 src/components/Process/style/flow-viewer.scss |   65 ++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 17 deletions(-)

diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss
index 76fb85c..15c6b67 100644
--- a/src/components/Process/style/flow-viewer.scss
+++ b/src/components/Process/style/flow-viewer.scss
@@ -99,7 +99,7 @@
     right: 10px;
   }
 
-  // 瀹屾垚娴佺▼绾�
+  /* ---------瀹屾垚棰滆壊---------- */
   .highlight.djs-shape .djs-visual > :nth-child(1) {
     fill: #56bb56 !important;
     stroke: #56bb56 !important;
@@ -120,7 +120,7 @@
     stroke: #56bb56 !important;
   }
 
-  // 浠e姙娴佺▼绾�
+  /* ----------浠e姙棰滆壊---------- */
   .highlight-todo.djs-shape .djs-visual > :nth-child(1) {
     fill: #559db0 !important;
     stroke: #559db0 !important;
@@ -141,29 +141,51 @@
     stroke: #559db0 !important;
   }
 
-  // 宸茶秴鏃舵祦绋嬬嚎
+  /* --------瀹圭己棰滆壊-------- */
   //鏂瑰潡鍐呴儴棰滆壊
-  .highlight-overtime.djs-shape .djs-visual > :nth-child(1) {
-    fill: #ff5353 !important;
-    stroke: #ff5353 !important;
+  .highlight-wait.djs-shape .djs-visual > :nth-child(1) {
+    fill: #F56C6C !important;
+    stroke: #F56C6C !important;
     fill-opacity: 0.2 !important;
   }
   //鏂囧瓧棰滆壊
-  .highlight-overtime.djs-shape .djs-visual > :nth-child(2) {
-    fill: #ff5353 !important;
+  .highlight-wait.djs-shape .djs-visual > :nth-child(2) {
+    fill: #F56C6C !important;
   }
   //浜虹墿ui棰滆壊
-  .highlight-overtime.djs-shape .djs-visual > path {
-    fill: #ff5353 !important;
+  .highlight-wait.djs-shape .djs-visual > path {
+    fill: #F56C6C !important;
     fill-opacity: 0.2 !important;
-    stroke: #ff5353 !important;
+    stroke: #F56C6C !important;
   }
   //鍓嶉潰閭f潯绾跨殑棰滆壊
-  .highlight-overtime.djs-connection > .djs-visual > path {
-    stroke: #ff5353 !important;
+  .highlight-wait.djs-connection > .djs-visual > path {
+    stroke: #F56C6C !important;
 }
 
-  // 鍗冲皢瓒呮椂娴佺▼绾�
+  /* --------璺宠繃棰滆壊--------- */
+  .highlight-jump.djs-shape .djs-visual > :nth-child(1) {
+    fill: #909399 !important;
+    stroke: #909399 !important;
+    fill-opacity: 0.2 !important;
+  }
+  //鏂囧瓧棰滆壊
+  .highlight-jump.djs-shape .djs-visual > :nth-child(2) {
+    fill: #909399 !important;
+  }
+  //浜虹墿ui棰滆壊
+  .highlight-jump.djs-shape .djs-visual > path {
+    fill: #909399 !important;
+    fill-opacity: 0.2 !important;
+    stroke: #909399 !important;
+  }
+  //鍓嶉潰閭f潯绾跨殑棰滆壊
+  .highlight-jump.djs-connection > .djs-visual > path {
+    stroke: #909399 !important;
+  }
+
+
+  /* --------瓒呮椂棰滆壊 */
   .highlight-willOvertime.djs-shape .djs-visual > :nth-child(1) {
     fill: #eab24a !important;
     stroke: #eab24a !important;
@@ -234,12 +256,21 @@
       margin-right: 8px;
     }
 
-    .todo {
+    .jump {
       padding: 4px;
-      background: #ECEDEE;
+      background: #909399;
       border: 1px solid rgba(204, 204, 204, 0.1);
       border-radius: 3px;
-      color: #666666;
+      color: #4f4f4f;
+      margin-right: 5px;
+    }
+
+    .wait {
+      padding: 4px;
+      background: #F56C6C;
+      border: 1px solid rgba(204, 204, 204, 0.1);
+      border-radius: 3px;
+      color: #eae9e9;
       margin-right: 5px;
     }
 

--
Gitblit v1.8.0