Commit ee5b4849 authored by limingzhe's avatar limingzhe

feat: 重新优化调整,增加偏移量,参考物定位

parent 3247a897
......@@ -55,9 +55,26 @@
</div>
<div style="margin-top: 10px; width: 200px; height: 50px; border: 1px solid #ccc ; border-radius: 5px; display: flex; align-items: center; justify-content: center;">
<label nz-checkbox [(ngModel)]="item.isDebug" (ngModelChange)="save()">调试模式</label>
</div>
<div style="margin-top: 20px; margin-bottom: 20px; border: 2px solid #ccc; border-radius: 10px; width: 400px;">
<div style="width: 90%; display:flex; align-items: center; margin: 10px;">
<span style="width: 200px">纵向缩放偏移量:</span><input [disabled]="!item.isDebug" type="text" nz-input [(ngModel)]="item.scaleOffY" (blur)="save()">
</div>
<div style="width: 90%; display:flex; align-items: center; margin: 10px;">
<span style="width: 200px">纵向位置偏移量:</span><input [disabled]="!item.isDebug" type="text" nz-input [(ngModel)]="item.positionOffY" (blur)="save()">
</div>
</div>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment