From fc9b2dd35b7a10998112f74f705c1d1494fc401e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 24 Apr 2021 17:25:42 +0800
Subject: [PATCH] 地图细节优化

---
 public/map/popup/html/FlareClusterLayer_v3 copy.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/public/map/popup/html/FlareClusterLayer_v3 copy.html b/public/map/popup/html/FlareClusterLayer_v3 copy.html
index 3fb8dea..063b02c 100644
--- a/public/map/popup/html/FlareClusterLayer_v3 copy.html
+++ b/public/map/popup/html/FlareClusterLayer_v3 copy.html
@@ -199,7 +199,9 @@
                             <span class="r-b-t-left" style="position: relative; top: -27px">部署图片</span>
                             <span class="r-b-t-right">
                                 <div class="r-b-t-r-imgsl" v-for="(value, index) in imgsl" :key="index">
-                                    <el-image style="width: 68px; height: 68px" :src="value" :preview-src-list="imgsl"
+                                    <!-- <el-image style="width: 68px; height: 68px" :src="value" :preview-src-list="imgsl"
+                                        v-show="value != 'no'"> -->
+                                        <el-image style="width: 68px; height: 68px" :src="value" 
                                         v-show="value != 'no'">
                                     </el-image>
                                     <div v-show="value == 'no'" style="

--
Gitblit v1.9.3