This commit is contained in:
joylink_cuiweidong 2020-12-21 11:01:49 +08:00
commit 76167c0acb

View File

@ -689,7 +689,7 @@ class SkinCode extends defaultStyle {
},
travelSigns: {
trainTravelLeftSignsOffset: { x:3, y: 3},
trainTravelRightSignsOffset: { x: 62, y: 3}
trainTravelRightSignsOffset: { x: 65, y: 3}
},
delayTime: {
trainDelayTimeOffset: { x:5, y: 14}
@ -709,14 +709,14 @@ class SkinCode extends defaultStyle {
trainServer: {
serviceNumberPrefix: '000', // 服务号(表号)前缀
defaultServiceNumber: 'BBB', // 默认服务号(表号)
trainServerOffset: { x: 33, y: 3 }, // 列车服务号偏移
trainServerOffset: { x: 36, y: 3 }, // 列车服务号偏移
fontColor: '#00C300'
},
trainTarget: {
tripNumberPrefix: '00', // 车次号前缀
defaultDirectionCode: '', // 默认车次号1
defaultTripNumber: 'CC', // 默认车次号2
trainTargetOffset: { x: 53, y: 3 }, // 列车车次号偏移
trainTargetOffset: { x: 56, y: 3 }, // 列车车次号偏移
fontColor: '#00C300'
},
trainTargetNumber: {