diff --git a/src/views/iscs/iscsSystem/stationConfig/environment/index.vue b/src/views/iscs/iscsSystem/stationConfig/environment/index.vue index 9a7e50659..c6c6d7571 100644 --- a/src/views/iscs/iscsSystem/stationConfig/environment/index.vue +++ b/src/views/iscs/iscsSystem/stationConfig/environment/index.vue @@ -62,7 +62,7 @@ export default { this.height = 900; } else if (this.mode == 'environmentSix') { this.title = this.stationName + ' 冷水系统 原理图'; - this.scaleRate = window.innerWidth / 1920; + this.scaleRate = window.innerWidth / 2000; this.height = 900; } else if (this.mode == 'environmentSeven') { this.title = this.stationName + ' 多联空调 原理图'; diff --git a/src/views/newMap/chatView/chatBox.vue b/src/views/newMap/chatView/chatBox.vue index 3e9a70650..3213e3d03 100644 --- a/src/views/newMap/chatView/chatBox.vue +++ b/src/views/newMap/chatView/chatBox.vue @@ -46,10 +46,10 @@