微调
This commit is contained in:
parent
8e15d22360
commit
9469a20225
@ -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[] {
|
||||||
|
Loading…
Reference in New Issue
Block a user