From 5cdd7e13d27d14a97e8a4a0d52abc02bb53dd929 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 03 一月 2025 12:03:41 +0800
Subject: [PATCH] 任务办理、详情样式优化

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

diff --git a/src/components/Process/style/flow-viewer.scss b/src/components/Process/style/flow-viewer.scss
index 2c90d25..051c33e 100644
--- a/src/components/Process/style/flow-viewer.scss
+++ b/src/components/Process/style/flow-viewer.scss
@@ -131,6 +131,28 @@
     fill: rgba(252, 211, 127, 0.2) !important;
   }
 
+  // 娴佺▼绾�
+  .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;
+  }
+
+  .highlight-overtime.djs-shape .djs-visual > path {
+    fill: #ff5353 !important;
+    fill-opacity: 0.2 !important;
+    stroke: #ff5353 !important;
+  }
+
+  .highlight-overtime.djs-connection > .djs-visual > path {
+    stroke: #ff5353 !important;
+  }
+
+
   @keyframes draw {
     100% {
       stroke-dashoffset: 0;
@@ -179,5 +201,14 @@
       color: #666666;
       margin-right: 5px;
     }
+
+    .overtime {
+      padding: 4px;
+      background: #ffd1d1;
+      border: 1px solid rgba(255, 0, 0, 0.1);
+      border-radius: 3px;
+      color: #ff5353;
+      margin-right: 5px;
+    }
   }
 }

--
Gitblit v1.8.0