From c748495762da3fdaeffa3bfbfde6607cd4f45a42 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 24 十二月 2020 17:30:51 +0800 Subject: [PATCH] 实景图固定区域高度调整 --- src/pages/panoramicView/components/LabelMark.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/panoramicView/components/LabelMark.vue b/src/pages/panoramicView/components/LabelMark.vue index 75f6aa9..eb95834 100644 --- a/src/pages/panoramicView/components/LabelMark.vue +++ b/src/pages/panoramicView/components/LabelMark.vue @@ -205,7 +205,7 @@ panoramaPath: '', cameraData: [], fixedW: 960, - fixedH: 540, + fixedH: 700, imgW: 0, imgH: 0, traceX: 0, -- Gitblit v1.8.0