Explorar el Código

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

zhujindu hace 2 meses
padre
commit
49d3632da3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. BIN
      src/assets/mapLocation.png
  2. 2 2
      src/views/deviceOutside/rangeStore.vue

BIN
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"-->