From 86ebbcd63e211f4a99e1b5585ddaf7ad805c461a Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 29 一月 2026 15:38:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_New' into dev_New

---
 src/views/productionManagement/productionOrder/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/productionOrder/index.vue b/src/views/productionManagement/productionOrder/index.vue
index b1d5ab1..4c09ac7 100644
--- a/src/views/productionManagement/productionOrder/index.vue
+++ b/src/views/productionManagement/productionOrder/index.vue
@@ -410,14 +410,14 @@
 }
 
 ::v-deep .yellow {
-  background-color: #e8b183;
+  background-color: #FAF0DE;
 }
 
 ::v-deep .red {
-  background-color: #e35050;
+  background-color: #FAE1DE;
 }
 
 ::v-deep .purple{
-  background-color: #c484dd;
+  background-color: #F4DEFA;
 }
 </style>

--
Gitblit v1.9.3