瀏覽代碼

feature_20250827_地图添加搜索当前范围功能

zhujindu 2 月之前
父節點
當前提交
49d3632da3
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      src/assets/mapLocation.png
  2. 2 2
      src/views/deviceOutside/rangeStore.vue

二進制
src/assets/mapLocation.png


+ 2 - 2
src/views/deviceOutside/rangeStore.vue

@@ -132,10 +132,10 @@
         <bm-marker
           v-if="touchmoveTrue"
           :position="{ lng: currentCenter.lng, lat: currentCenter.lat }"
+          class="aaaa"
           :icon="{
-            // url: 'http://developer.baidu.com/map/jsdemo/img/location.gif',
             url: require('@/assets/mapLocation.png'),
-            size: { width: 42, height: 80 },
+            size: { width: 32, height: 60 },
           }">
         </bm-marker>
         <!--        :minClusterSize="minClusterSize"-->