From b4e68fecacb6fcd2ed87173f8b4d3451a2ecceb9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 Jan 2026 14:46:04 +0800
Subject: [PATCH] feat:首页及历史轨迹调整
---
applications/drone-command/src/components/map-container/device-map-container.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/components/map-container/device-map-container.vue b/applications/drone-command/src/components/map-container/device-map-container.vue
index 71574dc..1dcdcc8 100644
--- a/applications/drone-command/src/components/map-container/device-map-container.vue
+++ b/applications/drone-command/src/components/map-container/device-map-container.vue
@@ -485,8 +485,8 @@
position,
billboard: {
image: aggregationIcon,
- width: 82.5,
- height: 59.25,
+ width: 66.73,
+ height: 43,
verticalOrigin: Cesium.VerticalOrigin.BOTTOM,
heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
},
--
Gitblit v1.9.3