This commit is contained in:
joylink_zhaoerwei 2023-07-12 15:57:08 +08:00
parent 8e15d22360
commit 9469a20225

View File

@ -88,7 +88,7 @@ export class AxleCountingSection extends JlGraphic {
this.datas.points[0], this.datas.points[0],
this.datas.points[this.datas.points.length - 1] this.datas.points[this.datas.points.length - 1]
); );
this.labelGraphic.position.set(centerPos.x, centerPos.y + 20); this.labelGraphic.position.set(centerPos.x, centerPos.y + 40);
} }
} }
get linePoints(): IPointData[] { get linePoints(): IPointData[] {