From 6c6e278a64c952a0a761d56a38c09d36b86d6873 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 03 一月 2025 16:16:11 +0800
Subject: [PATCH] 赋码startid调整

---
 src/components/Process/style/flow-viewer.scss |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss
index 032ce1c..91c5d9b 100644
--- a/src/components/Process/style/flow-viewer.scss
+++ b/src/components/Process/style/flow-viewer.scss
@@ -97,7 +97,7 @@
     right: 10px;
   }
 
-  // 娴佺▼绾�
+  // 瀹屾垚娴佺▼绾�
   .highlight.djs-shape .djs-visual > :nth-child(1) {
     fill: #56bb56 !important;
     stroke: #56bb56 !important;
@@ -118,7 +118,7 @@
     stroke: #56bb56 !important;
   }
 
-
+  // 浠e姙娴佺▼绾�
   .highlight-todo.djs-shape .djs-visual > :nth-child(1) {
     fill: #559db0 !important;
     stroke: #559db0 !important;
@@ -140,25 +140,26 @@
   }
 
   // 宸茶秴鏃舵祦绋嬬嚎
+  //鏂瑰潡鍐呴儴棰滆壊
   .highlight-overtime.djs-shape .djs-visual > :nth-child(1) {
     fill: #ff5353 !important;
     stroke: #ff5353 !important;
     fill-opacity: 0.2 !important;
   }
-
+  //鏂囧瓧棰滆壊
   .highlight-overtime.djs-shape .djs-visual > :nth-child(2) {
     fill: #ff5353 !important;
   }
-
+  //浜虹墿ui棰滆壊
   .highlight-overtime.djs-shape .djs-visual > path {
     fill: #ff5353 !important;
     fill-opacity: 0.2 !important;
     stroke: #ff5353 !important;
   }
-
+  //鍓嶉潰閭f潯绾跨殑棰滆壊
   .highlight-overtime.djs-connection > .djs-visual > path {
     stroke: #ff5353 !important;
-  }
+}
 
   // 鍗冲皢瓒呮椂娴佺▼绾�
   .highlight-willOvertime.djs-shape .djs-visual > :nth-child(1) {
@@ -171,7 +172,7 @@
     fill: #eab24a !important;
   }
 
-  .highlight-willOvertimeovertime.djs-shape .djs-visual > path {
+  .highlight-willOvertime.djs-shape .djs-visual > path {
     fill: #eab24a !important;
     fill-opacity: 0.2 !important;
     stroke: #eab24a !important;

--
Gitblit v1.8.0