-
-
-
运行方式:
-
- 人在回路
- 人不在回路
-
+
+
+
+
+
+
-
-
开始
-
暂停
-
中止
-
快退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;