修改 宁波车次窗显示状态

This commit is contained in:
lVAL 2021-02-19 17:39:38 +08:00
parent 4a64a59ce4
commit 1f438bb2ee
2 changed files with 3 additions and 2 deletions

View File

@ -350,7 +350,8 @@ class SkinCode extends defaultStyle {
// 鼠标事件样式
mouseOverStyle: {
borderLineColor: '#FFFFFF',
borderLineDash: [3, 3]
borderLineDash: [3, 3],
standBackgroundColor: 'rgba(0,0,0,0)'
},
// reentry: {}, // 站台折返策略
common: { // 通用属性

View File

@ -654,7 +654,7 @@ class SkinCode extends defaultStyle {
lineDash: [3], // 车次窗虚线间隔
lineWidth: 0.5, // 车次窗线宽
trainWindowSmooth: 0, // 车次窗矩形圆滑程度
show: false // 车次窗是否显示
show: true // 车次窗是否显示
};
this[deviceType.SplitStation] = {
lineLength: 15, // 箭头线长度