From acb0d281e9ead24b4befd84c79599d574d408440 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Fri, 09 Aug 2024 09:23:38 +0800
Subject: [PATCH] 主题色修改

---
 customerSystem/src/views/caseDetail/index.less |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/customerSystem/src/views/caseDetail/index.less b/customerSystem/src/views/caseDetail/index.less
index 1e3c588..60654c9 100644
--- a/customerSystem/src/views/caseDetail/index.less
+++ b/customerSystem/src/views/caseDetail/index.less
@@ -399,6 +399,6 @@
 	&-subTitle {
 		width: 4px;
 		height: 14px;
-		background-color: #d10202;
+		background-color: @main-color;
 	}
 }

--
Gitblit v1.8.0