From be89af3bf4d7e591ef085f55f1de7c28fcf5f6a8 Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 21 Jun 2025 19:50:18 +0800
Subject: [PATCH] fix:修改解纷态势问题

---
 src/views/workDash/index.less |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/src/views/workDash/index.less b/src/views/workDash/index.less
index 6cc541e..ee6c7ca 100644
--- a/src/views/workDash/index.less
+++ b/src/views/workDash/index.less
@@ -47,6 +47,14 @@
 				background-color: #f53f3f;
 				margin-right: 8px;
 			}
+      &-blue {
+				display: inline-block;
+				width: 8px;
+				height: 8px;
+				border-radius: 50%;
+				background-color: #1A6FB8;
+				margin-right: 8px;
+			}
 		}
 		&-value {
 			color: #1d2129;
@@ -113,6 +121,7 @@
 					}
 				}
 				&-r {
+          cursor: pointer;
 					background: linear-gradient(271deg, #13c2c2 0%, rgba(5, 174, 174, 0.8) 14%);
 					color: #fff;
 					display: flex;
@@ -465,6 +474,22 @@
 		color: #1a6fb8 !important;
 	}
 }
+.source-button1 {
+	cursor: pointer;
+	border: 1px solid #c9cdd4 !important;
+	border-radius: 4px !important;
+	padding: 8px 16px !important;
+	display: flex !important;
+	align-items: center !important;
+	height: 38px !important;
+	width: 126px !important;
+	color: #1d2129 !important;
+	gap: 8px !important;
+	&-color {
+		background-color: rgba(182, 221, 241, 0.48) !important;
+		color: #1a6fb8 !important;
+	}
+}
 
 .source-icon {
 	cursor: pointer;

--
Gitblit v1.8.0