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;