From 0b906280ec163a3e80364e091550d8462db6b9f9 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期四, 28 八月 2025 17:25:25 +0800 Subject: [PATCH] 更改默认值 --- src/utils/components/init-map.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/utils/components/init-map.vue b/src/utils/components/init-map.vue index 3d4e879..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; }, @@ -1470,6 +1470,7 @@ background-color:#232323; /* height: calc(100% - 55px); */ height: calc(100% - 5px); + height: calc(100% + 15px); width: 100%; } .flyData{ @@ -1489,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} -- Gitblit v1.9.3