挤岔恢复实训提示调整&岔心灰显、故障锁闭显示调整
This commit is contained in:
parent
909bb2d9a0
commit
04ed7005e1
@ -303,6 +303,7 @@ export default class Section extends Group {
|
||||
/** 故障锁闭 05*/
|
||||
faultLock() {
|
||||
if (this.line) {
|
||||
this.line.setCrossRouteLock();
|
||||
this.line.setStyle({
|
||||
stroke: this.style.Section.line.faultLockColor,
|
||||
lineWidth: this.style.Section.line.width + this.style.Section.line.beyondWidth
|
||||
@ -378,6 +379,7 @@ export default class Section extends Group {
|
||||
/** 设置灰显 */
|
||||
setAshShow() {
|
||||
this.line && this.line.setStyle({stroke: '#7F7F7F'});
|
||||
this.line && this.line.setCross({fill: '#7F7F7F'});
|
||||
this.name && this.name.setStyle({textFill: '#7F7F7f'});
|
||||
}
|
||||
/** 计轴预复位 */
|
||||
|
@ -1149,7 +1149,7 @@ export const OperationEvent = {
|
||||
},
|
||||
menuButton: {
|
||||
operation: '11a1',
|
||||
domId: '_Tips-Switch-Squeeze-Recovery-MenuButton{TOP}'
|
||||
domId: '_Tips-Switch-Squeeze-Recovery-MenuButton{BOTTOM}'
|
||||
}
|
||||
},
|
||||
// 取消速度
|
||||
|
Loading…
Reference in New Issue
Block a user