中化项目-边缘主机维护-前端项目
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

<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>