guonan
2025-05-16 a9c4f7775e82d93638e607fa6c5fafe22f5310b4
src/views/GisView.vue
@@ -27,7 +27,7 @@
  // 1. 设置初始时间
  const date = new Date(2025, 3, 11, 12, 0, 0, 0);
  const julianDate = SmartEarth.Cesium.JulianDate.fromDate(date);
  const julianDate = SmartEarth.Cesium.JulianDate.fromDate(date);
  // earthCtrl.viewer.clock.currentTime = julianDate;
  // 2. 配置时钟选项,禁止自动推进时间
@@ -468,8 +468,8 @@
  position: absolute;
}
// // 修改指南针位置
// /deep/ .compass {
//     right: 128px !important;
//     top: 112px;
// }
/deep/ .compass {
    right: 128px !important;
    top: 112px;
}
</style>