From b078e5160c6182ed84251233c37417c288409c97 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 20 Nov 2023 10:47:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/testMap/index.vue | 40 ++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/src/components/testMap/index.vue b/src/components/testMap/index.vue index 81fa766..7719456 100644 --- a/src/components/testMap/index.vue +++ b/src/components/testMap/index.vue @@ -4,23 +4,23 @@
饱和度:{{ formData.saturation ? formData.saturation : 0 }} - +
亮度:{{ formData.brightness ? formData.brightness : 0 }} - +
对比度:{{ formData.contrast ? formData.contrast : 0 }} - +
色调:{{ formData.hue ? formData.hue : 0 }} - +
伽马校正:{{ formData.gamma ? formData.gamma : 0 }} - +
是否反色: @@ -37,15 +37,15 @@
偏移量lon经度:{{ formData.lng ? formData.lng : 0 }} - +
偏移量lat纬度:{{ formData.lat ? formData.lat : 0 }} - +
偏移量height高度(米):{{ formData.alt ? formData.alt : 0 }} - +