From f46302b20191c720c8ff9467fdfcf62f87c24b7b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 13 Jun 2025 15:56:59 +0800
Subject: [PATCH] feat:地图修改样式

---
 src/hooks/components/EventPopUpBox.vue |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/hooks/components/EventPopUpBox.vue b/src/hooks/components/EventPopUpBox.vue
index 2eecb86..1ebcc68 100644
--- a/src/hooks/components/EventPopUpBox.vue
+++ b/src/hooks/components/EventPopUpBox.vue
@@ -59,9 +59,12 @@
 <style scoped lang="scss">
 .mapPopUpBox {
 	width: 271px;
-	height: 173px;
-	background: url('@/assets/images/dataCenter/datamap/popUpBox.png') no-repeat center / 100% 100%;
-	padding: 13px 15px;
+	height: 153px;
+	// background: url('@/assets/images/dataCenter/datamap/popUpBox.png') no-repeat center / 100% 100%;
+	    border-radius: 20px;
+    background-color: #fff;
+
+	padding: 13px 13px 1px 13px;
 	pointer-events: all;
 
 	.title {
@@ -87,7 +90,7 @@
 			line-height: 100%;
 			display: flex;
 			align-items: center;
-			color: #9cd5ff;
+			color: black;
 			pointer-events: all;
 			cursor: pointer;
 		}
@@ -117,7 +120,7 @@
 				font-family: Source Han Sans CN, Source Han Sans CN;
 				font-weight: 400;
 				font-size: 14px;
-				color: #7babd7;
+				color: black;
 				line-height: 16px;
 				margin-bottom: 2px;
 			}
@@ -126,7 +129,7 @@
 				font-family: Source Han Sans CN, Source Han Sans CN;
 				font-weight: 400;
 				font-size: 14px;
-				color: #d8edff;
+				color: black;
 				line-height: 16px;
 				margin-bottom: 2px;
 			}

--
Gitblit v1.9.3