From 0b380b3b0fc1f9092e8f48956d2ed6e259e56df9 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 21 Sep 2020 16:00:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=A6=8F=E5=B7=9E=E7=BA=BF=E8=B7=AFiscs?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iscs/iscsSystem/index.vue | 5 +- src/views/iscs/iscsSystem/menuBottom.vue | 187 +++++++++++++++++++++++ src/views/iscs/iscsSystem/stationNav.vue | 8 +- 3 files changed, 194 insertions(+), 6 deletions(-) create mode 100644 src/views/iscs/iscsSystem/menuBottom.vue diff --git a/src/views/iscs/iscsSystem/index.vue b/src/views/iscs/iscsSystem/index.vue index 91fd6cd19..7185247de 100644 --- a/src/views/iscs/iscsSystem/index.vue +++ b/src/views/iscs/iscsSystem/index.vue @@ -13,6 +13,7 @@
+ @@ -23,6 +24,7 @@ import TopNav from './nav.vue'; import GroupNav from './groupNav.vue'; import StationNav from './stationNav.vue'; import MenuBar from './menuBar.vue'; +import MenuBottom from './menuBottom.vue'; // import bottom from './bottom.vue'; export default { @@ -30,7 +32,8 @@ export default { TopNav, GroupNav, MenuBar, - StationNav + StationNav, + MenuBottom // bottom }, data() { diff --git a/src/views/iscs/iscsSystem/menuBottom.vue b/src/views/iscs/iscsSystem/menuBottom.vue new file mode 100644 index 000000000..4630ffef2 --- /dev/null +++ b/src/views/iscs/iscsSystem/menuBottom.vue @@ -0,0 +1,187 @@ + + + + + diff --git a/src/views/iscs/iscsSystem/stationNav.vue b/src/views/iscs/iscsSystem/stationNav.vue index 38f6b461f..6f4f37654 100644 --- a/src/views/iscs/iscsSystem/stationNav.vue +++ b/src/views/iscs/iscsSystem/stationNav.vue @@ -92,19 +92,17 @@ export default { top: 50%; position: absolute; border-left: 1px #fdfdfd solid; - border-top: 1px #fdfdfd solid; border-right: 1px #262626 solid; - border-bottom: 1px #262626 solid; transform: translateY(-50%); } .station-list-box.active::before{ content: ''; - width: 128%; - height: 128%; + width: 124%; + height: 124%; border: 1px #10ff00 solid; position: absolute; left: -16%; - top: -15%; + top: -10%; border-radius: 130%; } .station-name{ From e094134960381d993ef450a74dce774f4efc7100 Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Mon, 21 Sep 2020 16:24:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=89=A7=E6=9C=AC=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newMap/displayNew/dispatherContest/sceneList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/newMap/displayNew/dispatherContest/sceneList.vue b/src/views/newMap/displayNew/dispatherContest/sceneList.vue index 842be5de5..86c1bd376 100644 --- a/src/views/newMap/displayNew/dispatherContest/sceneList.vue +++ b/src/views/newMap/displayNew/dispatherContest/sceneList.vue @@ -74,8 +74,7 @@ export default { this.mainSceneData = [ {type: '车辆故障', scene: '列车救援'}, {type: '信号系统故障', scene: '道岔故障', id: '11'}, - // - {type: '信号系统故障', scene: '区域控制器故障', id:'19'}, + {type: '信号系统故障', scene: '区域控制器故障'}, {type: '信号系统故障', scene: '联锁故障'}, {type: '供电系统故障', scene: '接触轨(网)断电'}, {type: '供电系统故障', scene: '车站照明熄灭影响乘降'},