From 0b906280ec163a3e80364e091550d8462db6b9f9 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期四, 28 八月 2025 17:25:25 +0800 Subject: [PATCH] 更改默认值 --- src/views/system/shootPoint/components/shootPointDialog.vue | 10 +++------- src/utils/components/init-map.vue | 14 +++++++------- src/views/system/project/components/addPorjectDialog.vue | 6 +++--- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/src/utils/components/init-map.vue b/src/utils/components/init-map.vue index 1b1dd85..57afe58 100644 --- a/src/utils/components/init-map.vue +++ b/src/utils/components/init-map.vue @@ -262,10 +262,10 @@ pointFly: { lon: 0, lat: 0, height: 0 }, rowData:null, time: 10, - takePhoto: '111', // 鍒濆鏁版嵁 + takePhoto: '榛樿鍚嶇О', // 鍒濆鏁版嵁 newTakePhoto: '', // 缂栬緫鏃剁殑鏂版暟鎹� isEditingPhoto: false, // 鎺у埗鏄惁澶勪簬缂栬緫鐘舵�� - takeVideo: '111', // 鍒濆鏁版嵁 + takeVideo: '榛樿鍚嶇О', // 鍒濆鏁版嵁 newTakeVideo: '', // 缂栬緫鏃剁殑鏂版暟鎹� isEditingVideo: false, // 鎺у埗鏄惁澶勪簬缂栬緫鐘舵�� actionCounter:0, @@ -1371,10 +1371,10 @@ console.log(point) this.$emit('dealAction',point) this.time = 10 - this.newTakePhoto = '111' - this.newTakeVideo = '111' - this.takeVideo = '111' - this.takePhoto = '111' + this.newTakePhoto = '榛樿鍚嶇О' + this.newTakeVideo = '榛樿鍚嶇О' + this.takeVideo = '榛樿鍚嶇О' + this.takePhoto = '榛樿鍚嶇О' // 鍒囨崲鍒板彸渚� this.currentAction = action; }, @@ -1490,7 +1490,7 @@ .groundPoi { position: absolute; top: 15px; - left: 350px; + left: 340px; } .moveResult{position:absolute;z-index:2;background-color:rgba(47,53,60,1);padding:0 5px;right:50%;bottom:30px; border:1px solid rgba(255,255,255,.1);box-sizing:content-box;width:220px;height:30px;font-size:14px;text-align:center} diff --git a/src/views/system/project/components/addPorjectDialog.vue b/src/views/system/project/components/addPorjectDialog.vue index 90b0c76..cb12104 100644 --- a/src/views/system/project/components/addPorjectDialog.vue +++ b/src/views/system/project/components/addPorjectDialog.vue @@ -276,7 +276,7 @@ verticalOrigin: Cesium.VerticalOrigin.BOTTOM, horizontalOrigin: Cesium.HorizontalOrigin.CENTER, font: '28px Helvetica', - outlineColor: Cesium.Color.BLUE, + outlineColor: Cesium.Color.RED, outlineWidth: 3, fillColor: Cesium.Color.fromCssColorString('#FFFFFF'), //44c3cc text: row.deviceName, @@ -598,7 +598,7 @@ position: groundPos, point: { pixelSize: 6, - color: Cesium.Color.BLUE + color: Cesium.Color.RED }, label: { text: groundPoint.label || '', @@ -619,7 +619,7 @@ positions: [airPos, groundPos], width: 2, material: new Cesium.PolylineDashMaterialProperty({ - color: Cesium.Color.BLUE, + color: Cesium.Color.RED, dashLength: 8 }) } diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue index 8a4c651..eed0225 100644 --- a/src/views/system/shootPoint/components/shootPointDialog.vue +++ b/src/views/system/shootPoint/components/shootPointDialog.vue @@ -144,10 +144,6 @@ form:{}, deviceData:null, activeName: 'first', - totalDistance: 3054.9, - totalTime: '5m 56s', - totalPoints: 11, - totalPhotos: 3, waypoints:[], selectedIndex:null, chooseItem: null, @@ -223,7 +219,7 @@ Cesium.Matrix4.inverseTransformation(transform, new Cesium.Matrix4()), direction, new Cesium.Cartesian3() - ); + ); Cesium.Cartesian3.normalize(directionLocal, directionLocal); return Math.asin(directionLocal.z); // z杞村悜涓� }, @@ -978,13 +974,13 @@ height: 36px; line-height: 36x; transition: transform 0.2s; - font-size: 24px; + font-size: 22px; } .waypoint-header .waypoint-index { - font-size: 24px; + font-size: 22x; } .rotated { transform: rotate(-90deg); -- Gitblit v1.9.3