diff --git a/src/views/mapPage/realTimeMap/components/indexPage.vue b/src/views/mapPage/realTimeMap/components/indexPage.vue index f1886a4d..51c4759f 100644 --- a/src/views/mapPage/realTimeMap/components/indexPage.vue +++ b/src/views/mapPage/realTimeMap/components/indexPage.vue @@ -21,7 +21,8 @@
-
+
+
- +
@@ -160,7 +162,7 @@ }" >
- +
@@ -168,12 +170,12 @@ class="indexpage-container-box-point-item-inner" v-if="item.type == 5" :style="{ - width: item.formattedData.locationWide * radio + 'px', - height: item.formattedData.locationDeep * radio + 'px' + width: 40 * radio + 'px', + height: 40 * radio + 'px' }" >
- +
@@ -181,12 +183,12 @@ class="indexpage-container-box-point-item-inner" v-if="item.type == 6" :style="{ - width: item.formattedData.locationWide * radio + 'px', - height: item.formattedData.locationDeep * radio + 'px' + width: 40 * radio + 'px', + height: 40 * radio + 'px' }" >
- +
@@ -376,8 +378,8 @@ const changeSizeRaio = (type) => { } //图例状态 const legendObj = reactive({ - driveLineShow: false, - carShow: false, + driveLineShow: true, + carShow: true, legendShow: true }) // 车辆是否显示