From 7a3677cf8f640cec780e2a518c05de2afb498985 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Tue, 23 Mar 2021 17:24:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=84=9F=E6=B8=A9=E5=85=89?= =?UTF-8?q?=E7=BA=A4=E6=8E=A2=E6=B5=8B=E7=B3=BB=E7=BB=9F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iscs/iscsSystem/stationConfig/fas/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/iscs/iscsSystem/stationConfig/fas/index.vue b/src/views/iscs/iscsSystem/stationConfig/fas/index.vue index 8846619aa..48be77deb 100644 --- a/src/views/iscs/iscsSystem/stationConfig/fas/index.vue +++ b/src/views/iscs/iscsSystem/stationConfig/fas/index.vue @@ -69,7 +69,7 @@ export default { } else if (this.mode == 'sensing') { this.title = ''; this.scaleRate = window.innerWidth / 1920; - this.height = 900; + this.height = 800; } else if (this.mode == 'section') { this.title = this.stationName + ' 火灾报警系统 区间层'; this.scaleRate = window.innerWidth / 1920;