소스 검색

切换底图组件

shuhao 1 개월 전
부모
커밋
ce47c7e7e0
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/static_map_change/Layers.js
  2. 1 1
      src/components/static_map_change/legend.vue

+ 1 - 1
src/components/static_map_change/Layers.js

@@ -53,7 +53,7 @@ class StaticMapLayers {
                     that.layerData[key] = {legend:item.legend, layer:that.addStaticImgLayer(map, item)}
                 }
             }
-            that.autoTest()
+            // that.autoTest()
         })
     }
     show(key,isFit = false){

+ 1 - 1
src/components/static_map_change/legend.vue

@@ -69,7 +69,7 @@ eventBus.on("alarmList:changeMapLayer", updateColors)
 
 .legend {
   margin-top: 10px;
-  width: 50%;
+  width: 70%;
 }
 .color-bar-big{
   width: 100%;