You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div class="box" id="canvasBox">
|
|
|
|
<div class="btnbox">
|
|
|
|
<button nz-button [ngClass]="{selectBtn: markType}" (click)="markType = true;">标注监控区域</button>
|
|
|
|
<button nz-button [ngClass]="{selectBtn: !markType}" (click)="markType = false;">标注禁止区域</button>
|
|
|
|
<button nz-button nzType="primary" nzDanger (click)="clearCanvas()">清空</button>
|
|
|
|
</div>
|
|
|
|
<div class="imgbox" [style]="heightCount()">
|
|
|
|
<div class="content">
|
|
|
|
<div class="center" id="canvasCenter"><canvas id="canvas" [width]="canvasWidth" [height]="canvasHeight"></canvas></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|