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.
10 lines
293 B
10 lines
293 B
3 years ago
|
<div class="box">
|
||
|
<div class="btnbox">
|
||
|
<button nz-button nzType="primary">标注监控区域</button>
|
||
|
<button nz-button nzType="primary" nzDanger>标注禁止区域</button>
|
||
|
</div>
|
||
|
<div class="imgbox" [style]="heightCount()">
|
||
|
<img [src]="imgItem.url" alt="">
|
||
|
</div>
|
||
|
</div>
|