fuliqi
2025-02-14 acd4f746de3e89e4a8b9b47b0f82e25cc25a17c1
src/views/screen/components/screen-map/index.vue
@@ -1,8 +1,7 @@
<template>
  <div class="map-container">
    <wrapper-title :title="'区域地图'"></wrapper-title>
    <!-- <wrapper-title :title="'区域地图'"></wrapper-title> -->
    <div class="map-content">
      <div ref="map" class="map-style"></div>
    </div>
  </div>
@@ -101,7 +100,7 @@
        zoomSensitivity: 1,
        rotateSensitivity: 0,
      },
      // 数据
      data: mapData.features.map((item) => {
        return {
@@ -257,4 +256,4 @@
  top: 0;
  left: 0;
}
</style>
</style>