From 7fc39e1acd7e8e436eae76250399a64179428620 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 21 Nov 2024 12:21:02 +0800
Subject: [PATCH] 应急空间点击显示图片

---
 src/views/companyInfo/components/box/dataContent.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/companyInfo/components/box/dataContent.vue b/src/views/companyInfo/components/box/dataContent.vue
index 8b0791e..f795b1c 100644
--- a/src/views/companyInfo/components/box/dataContent.vue
+++ b/src/views/companyInfo/components/box/dataContent.vue
@@ -4,9 +4,9 @@
  * @LastEditors: shuishen 1109946754@qq.com
  * @LastEditTime: 2024-11-12 18:10:32
  * @FilePath: \bigScreen\src\views\space\components\leftContainer.vue
- * @Description: 
- * 
- * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. 
+ * @Description:
+ *
+ * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved.
 -->
 <script setup>
 import { getFacilityList } from "@/api/facility"
@@ -69,7 +69,7 @@
                             iconEl = `<div class="marsBlueGradientPnl"> <div>${i.name}</div>  </div>`
                         }
                         let divIcon = new DC.DivIcon(
-                            new DC.Position(i.lng, i.lat, 0), `<div class="public-map-popup ${'qyfb-box'}"> ${iconEl} </div>`
+                            new DC.Position(i.lng, i.lat, 0), `<div class="public-map-popup ${'yjc-box'}"> ${iconEl} </div>`
                         )
 
                         divIcon.attrParams = i
@@ -160,4 +160,4 @@
         }
     }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3