微调
This commit is contained in:
parent
25f363d401
commit
e94bea8bca
@ -65,8 +65,8 @@ export class Slope extends JlGraphic {
|
|||||||
if (this.datas.slopeNumber !== 0) {
|
if (this.datas.slopeNumber !== 0) {
|
||||||
distanceY =
|
distanceY =
|
||||||
this.datas.slopeNumber > 0
|
this.datas.slopeNumber > 0
|
||||||
? -KiloMarkerConsts.size / 2
|
? -KiloMarkerConsts.size
|
||||||
: KiloMarkerConsts.size / 2;
|
: KiloMarkerConsts.size;
|
||||||
}
|
}
|
||||||
this.datas.points.forEach((p, i) => {
|
this.datas.points.forEach((p, i) => {
|
||||||
if (i !== 0) {
|
if (i !== 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user