瀏覽代碼

样式恢复

zpf 10 月之前
父節點
當前提交
54dc62fc14
共有 3 個文件被更改,包括 3 次插入4 次删除
  1. 1 1
      src/components/Combinations/LayerManage/LayerLegend.vue
  2. 1 1
      src/views/cockpit/bjxm.vue
  3. 1 2
      src/views/cockpit/tdsy.vue

+ 1 - 1
src/components/Combinations/LayerManage/LayerLegend.vue

@@ -71,7 +71,7 @@ export default {
 };
 </script>
 
-<style lang="scss" scoped>
+<style lang="scss" >
 .legends {
   position: absolute;
   left: 40px;

+ 1 - 1
src/views/cockpit/bjxm.vue

@@ -385,7 +385,7 @@ export default {
         // res.type = '保健项目'
         if (res.geom) {
           res.geom.coordinates.forEach((res_coordinates) => {
-            console.log('res_coordinates: ', res_coordinates);
+            // console.log('res_coordinates: ', res_coordinates);
         //     let arrayt = [];
         //     if (res_coordinates.length == 1) {
         //       arrayt = res_coordinates[0]

+ 1 - 2
src/views/cockpit/tdsy.vue

@@ -874,11 +874,10 @@ export default {
           })
         }
       })
-
-
     },
     switch_vector_tdgy_gy_jd(flag) {
       this.gy_jd_entity.show = flag
+      console.log('flag: ', flag);
     },
     async init_vector(params) {
       const that = this;