From dbea954613964652bf768cf6cc9cc7e7759f4883 Mon Sep 17 00:00:00 2001 From: liaoboping <344114999@qq.com> Date: Mon, 25 Aug 2025 16:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8E=A7=E5=88=B6=E5=AD=90?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E9=80=89=E6=8B=A9=E6=83=B3=E5=AE=9A=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E9=9A=9C=E7=8E=AF=E5=A2=83=E5=88=86=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E4=BB=BF=E7=9C=9F=E6=A8=A1=E5=9E=8B=E6=A0=91=E5=BD=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../simulationScene/centralControl/index.vue | 336 +++++++----------- .../simulationScene/database/bzhjsjk.vue | 8 +- .../simulationScene/simulationModel/index.vue | 63 ++-- 3 files changed, 178 insertions(+), 229 deletions(-) diff --git a/src/views/simulationScene/centralControl/index.vue b/src/views/simulationScene/centralControl/index.vue index e1304b4..78e42aa 100644 --- a/src/views/simulationScene/centralControl/index.vue +++ b/src/views/simulationScene/centralControl/index.vue @@ -17,7 +17,7 @@
@@ -41,152 +41,59 @@ />
- -
- -
- -
-
-
{{ item.name }}
-
{{ item.author }}
-
-
- -
+ + + + +
+ +
-
- -
- - - -
-
-
-
运行方式:
- - 人在回路 - 人不在回路 - + + + +
+ +
-
- 开始 - 暂停 - 中止 - 快退X1 - 快进X1 -
-
-
- - 想定时间 - 想定区域 - 想定说明 - - - -
想定当前时间:
-
- - -
-
- -
想定开始时间:
-
- - -
-
- -
想定持续时间:
-
- -
-
- -
想定消耗时间:
-
- -
-
-
-
-
-
经纬度坐标
-
左上
- - -
右上
- - -
右下
- - -
左下
- - -
-
-
-
-
-
- - -
想定名称:
-
{{ scenarioDetail.planName }}
-
- -
作者:
-
{{ scenarioDetail.author }}
-
- -
想定说明:
-
- - -
-
-
-
-
- - - -
-
- {{ item.eventTime }} - {{ item.eventDesc }} -
-
-
+ + + @@ -139,6 +150,18 @@ export default { .simulation-model-page { padding-top: 20px; } +.simulation-tree::v-deep { + color: #a1c2d0; + li .ant-tree-node-content-wrapper { + color: #a1c2d0; + } + li .ant-tree-node-content-wrapper.ant-tree-node-selected { + background-color: #bae7ff44; + } + li .ant-tree-node-content-wrapper:hover { + background-color: #bae7ff22; + } +} .image { width: 100%; padding: 20px;