wangyawei
2025-04-18 ac0eeb2c73f94d740acc2b47dfc01922ff108f14
src/views/GisView.vue
@@ -263,7 +263,7 @@
      handleCameraChange()
      // clusterLayer.dataSource.show = true
      htmlEntityList.forEach(item => {
        item.show = true
        item.show = isVisibleDistance(item.minVisibleDistance, item.maxVisibleDistance)
      })
    }
  }
@@ -313,4 +313,9 @@
  height: 100vh;
  position: absolute;
}
// // 修改指南针位置
// /deep/ .compass {
//     right: 128px !important;
//     top: 112px;
// }
</style>