icon调整

This commit is contained in:
joylink_zhaoerwei 2023-10-13 10:01:13 +08:00
parent 74c045f890
commit b0dbbc4d53
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ export class RelayCabinetDraw extends GraphicDrawAssistant<
relayCabinetGraphic: RelayCabinet; relayCabinetGraphic: RelayCabinet;
constructor(app: IDrawApp, template: RelayCabinetTemplate) { constructor(app: IDrawApp, template: RelayCabinetTemplate) {
super(app, template, 'sym_o_square', '继电器柜'); super(app, template, 'door_sliding', '继电器柜');
this.relayCabinetGraphic = this.graphicTemplate.new(); this.relayCabinetGraphic = this.graphicTemplate.new();
this.container.addChild(this.relayCabinetGraphic); this.container.addChild(this.relayCabinetGraphic);
relayCabinetInteraction.init(app); relayCabinetInteraction.init(app);

View File

@ -21,7 +21,7 @@ export class ScreenDoorDraw extends GraphicDrawAssistant<
> { > {
screenDoorGraphic: ScreenDoor; screenDoorGraphic: ScreenDoor;
constructor(app: IDrawApp, template: ScreenDoorTemplate) { constructor(app: IDrawApp, template: ScreenDoorTemplate) {
super(app, template, 'sym_o_square', '屏蔽门ScreenDoor'); super(app, template, 'door_sliding', '屏蔽门ScreenDoor');
this.screenDoorGraphic = this.graphicTemplate.new(); this.screenDoorGraphic = this.graphicTemplate.new();
this.container.addChild(this.screenDoorGraphic); this.container.addChild(this.screenDoorGraphic);
screenDoorInteraction.init(app); screenDoorInteraction.init(app);