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.
13 lines
611 B
13 lines
611 B
<div class="box"> |
|
<nz-page-header class="site-page-header" (nzBack)="goback()" nzBackIcon nzSubtitle="返回上一页"></nz-page-header> |
|
<div class="btnbox"> |
|
<button nz-button nzType="primary">获取标注底图/更新摄像头图片</button> |
|
<button nz-button nzType="primary">标注监控区域</button> |
|
<button nz-button nzType="primary" nzDanger>标注禁止区域</button> |
|
<button nz-button nzType="primary">保存</button> |
|
<button nz-button nzType="primary">完成</button> |
|
</div> |
|
<div class="imgbox"> |
|
<img src="../../../assets/images/test/dog.jpg" alt=""> |
|
</div> |
|
</div>
|
|
|