|
|
@ -10,6 +10,7 @@ |
|
|
|
<button nz-button nzType="primary" (click)="anewgetImg()">重新捕获摄像头图片</button> |
|
|
|
<button nz-button nzType="primary" (click)="anewgetImg()">重新捕获摄像头图片</button> |
|
|
|
<button nz-button nzType="primary" (click)="save()">保存</button> |
|
|
|
<button nz-button nzType="primary" (click)="save()">保存</button> |
|
|
|
<button nz-button nzType="primary" nzDanger nz-popconfirm nzPopconfirmTitle="您确定要清空吗?" (nzOnConfirm)="clearCanvas()">清空</button> |
|
|
|
<button nz-button nzType="primary" nzDanger nz-popconfirm nzPopconfirmTitle="您确定要清空吗?" (nzOnConfirm)="clearCanvas()">清空</button> |
|
|
|
|
|
|
|
<label *ngIf="camerasData" class="rightTitle">原始分辨率: {{camerasData.originalWeight}} × {{camerasData.originalHeight}}</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="imgbox"> |
|
|
|
<div class="imgbox"> |
|
|
|
<div class="content"> |
|
|
|
<div class="content"> |
|
|
|