From e69345c81150863c4a716819984693fd0487b419 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 07 二月 2026 11:52:25 +0800
Subject: [PATCH] 客户问题优化调整6-出入库详单取消入库重量,监管下出入库报表查询数据一样问题

---
 fzzy-igdss-web/src/main/resources/templates/work/flow-conf.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/work/flow-conf.html b/fzzy-igdss-web/src/main/resources/templates/work/flow-conf.html
index c432081..b002113 100644
--- a/fzzy-igdss-web/src/main/resources/templates/work/flow-conf.html
+++ b/fzzy-igdss-web/src/main/resources/templates/work/flow-conf.html
@@ -174,11 +174,12 @@
         }
 
         .status-bar {
-            background-color: #f8f9fa;
+            background-color: #fcf8e3;
+            border-color: #faebcc;
             padding: 15px 15px;
             border-radius: 6px;
             margin-top: 15px;
-            border-left: 4px solid #037d41;
+            /*border-left: 4px solid #037d41;*/
         }
         .status-text {
             font-size: 13px;

--
Gitblit v1.9.3