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 @@
{{ item.label }}
-
+
{{ data.label + (data.userId? '(' + (simulationUsers[data.userId]||{}).nickName + ')': '') }}
-
+
{{ data.label + (data.userId? '(' + (simulationUsers[data.userId]||{}).nickName + ')': '') }}
@@ -284,6 +284,8 @@ export default { // && item.children.length if (item.children && item.children[val.creatorId]) { item.children[val.creatorId].isInviting = true; + const offsetTop = document.getElementById('proper_content_box' + val.creatorId).parentNode.offsetTop; + document.querySelector('.chat-box-content').scrollTop = (offsetTop - 40) > 0 ? (offsetTop - 80) : 0; } }); }, diff --git a/src/views/newMap/displayNew/dispatherContest/operationalStatistic.vue b/src/views/newMap/displayNew/dispatherContest/operationalStatistic.vue index 644b966fb..8ac516145 100644 --- a/src/views/newMap/displayNew/dispatherContest/operationalStatistic.vue +++ b/src/views/newMap/displayNew/dispatherContest/operationalStatistic.vue @@ -3,7 +3,7 @@ title="提交运营统计数据" :visible.sync="dialogShow" top="50px" - width="400px" + width="500px" :before-do-close="roleDoClose" :close-on-click-modal="false" > diff --git a/src/views/newMap/displayNew/dispatherContest/sceneList.vue b/src/views/newMap/displayNew/dispatherContest/sceneList.vue index cc6f7b305..ca01dc10f 100644 --- a/src/views/newMap/displayNew/dispatherContest/sceneList.vue +++ b/src/views/newMap/displayNew/dispatherContest/sceneList.vue @@ -1,7 +1,7 @@