diff --git a/src/jmapNew/theme/datie_02/menus/runplanPane.vue b/src/jmapNew/theme/datie_02/menus/runplanPane.vue
index 9e2a3bbde..d90cdc466 100644
--- a/src/jmapNew/theme/datie_02/menus/runplanPane.vue
+++ b/src/jmapNew/theme/datie_02/menus/runplanPane.vue
@@ -37,6 +37,7 @@
id="runplanContentTable"
:data="tableData"
border
+ height="695"
style="width: 100%;border:1px #ccc solid"
>
-
+
-
+
下
行
1
-
+
上
行
2
-
+
- 接
车
口
+ 接
车
口
3
- 接
车
股
道
+ 接
车
股
道
4
-
+
- 同 邻
站
发
意 车
+
5
- 邻
站
出
发
+ 邻
站
出
发
6
- 规
定
+ 规
定
7
- 实
际
+ 实
际
8
-
+
- 重
车
+ 重
车
9
- 空
车
+ 空
车
10
- 非运用车
+ 非
运
用
车
11
- 守
车
+ 守
车
12
+
+
+ 占用区间
凭证号码
+ 13
+
+
+
+
+
+ 承
认
闭
塞
+ 14
+
+
+
+
+
+ 15
+
+
+
+
+ 取
消
闭
塞
+ 16
+
+
+
+
+
+ 17
+
+
+
+
+
+ 18
+
+
+
+
+
+
+
+
+ 下
行
+ 19
+
+
+
+
+ 上
行
+ 20
+
+
+
+
+
+ 发
车
股
道
+ 21
+
+
+
+
+ 发
车
口
+ 22
+
+
+
+
+
+
+ 23
+
+
+
+
+ 邻
站
出
发
+ 24
+
+
+
+
+
+ 规
定
+ 25
+
+
+
+
+ 实
际
+ 26
+
+
+
+
@@ -145,6 +261,8 @@ export default {
return {
isShow:false,
tableData:[
+ {section:'11002', up:'11002', recieveTrain:'王孙上行', depatureTrain:'京哈上行'},
+ {section:'11102', up:'11102', recieveTrain:'王孙上行', depatureTrain:'京哈上行'}
]
};
},
@@ -275,7 +393,8 @@ export default {
width: 100%;
text-align: center;
line-height: 30px;
- border-top: 1px #ebeef5 solid;
+ border-top: 1px #777777 solid;
+ font-weight: normal;
// position: absolute;
// bottom: 0px;
}
@@ -283,15 +402,23 @@ export default {
width: 100%;
// flex-grow: 1;
text-align: center;
- line-height: 20px;
+ // line-height: 20px;
font-size: 15px;
+ font-weight: normal;
+ display: inline-block;
}
+.runplanFourLevel{line-height: 22px;}
+.runplanThreeLevel{line-height: 20px;}
+.runplanTwo2Level{line-height:35px}
+.runplanTwo1Level{line-height: 27px;}
+.runplanZhe{width: 16px;display: inline-block;vertical-align: top;}