xiangpei
2024-09-25 9ee63a5bb0cfa161ca4008aa27df23f69d5a9705
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>