吉安感知网项目-前端
罗广辉
2026-01-22 27f63c34e229f6188400a93d246967c1b4dcb9e2
applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue
@@ -171,7 +171,7 @@
            text: `${longitude.toFixed(6)}, ${latitude.toFixed(6)}`,
            font: '14px',
            fillColor: Cesium.Color.WHITE, // 文字颜色:白色
            backgroundColor: Cesium.Color.BLACK.withAlpha(0.45), //背景颜色
            backgroundColor: Cesium.Color.BLACK.withAlpha(0.6), //背景颜色
            backgroundPadding: new Cesium.Cartesian2(5, 5), // 水平/垂直内边距(像素)
            pixelOffset: new Cesium.Cartesian2(0, -20), // 可选:微调位置
            showBackground: true, // 确保背景显示(某些版本需要)
@@ -209,7 +209,7 @@
            text: `${longitude.toFixed(6)}, ${latitude.toFixed(6)}`,
            font: '14px',
            fillColor: Cesium.Color.WHITE,
            backgroundColor: Cesium.Color.BLACK.withAlpha(0.45),
            backgroundColor: Cesium.Color.BLACK.withAlpha(0.6),
            backgroundPadding: new Cesium.Cartesian2(5, 5),
            pixelOffset: new Cesium.Cartesian2(0, -20),
            showBackground: true,