修改南京仿真bar遮挡运行图的问题

This commit is contained in:
lVAL 2021-01-15 12:18:27 +08:00
parent 80f8ecf19f
commit 2024cef7c9
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ class SkinCode extends defaultStyle {
invalidColor: '#ff0000', // 计轴故障
undefinedColor: '#0071C1', // 区段未定义颜色
protectionLockedColor: '#FEFF00', // 保护区段锁闭(未用)
blockColor: '#000080', // 区段封锁颜色 深蓝色
blockColor: '#0010FF', // 区段封锁颜色 深蓝色
atcExcisionColor: '#A0522D', // 区段atc切除颜色
atsExcisionColor: '#A0522D', // 区段ats切除颜色
timeReleaseColor: '#ffff00', // 区段延时释放颜色

View File

@ -442,7 +442,7 @@ export default {
$menuItemPadding: 5px;
#menuBar {
z-index: 37;
z-index: 16;
position: absolute;
width: inherit;
}