|
|
|
@ -18,7 +18,8 @@
|
|
|
|
|
<div class="details"> |
|
|
|
|
预警详情:{{details}} |
|
|
|
|
</div> |
|
|
|
|
<div class="typecheckbox" *ngIf="isAnxin && selectedType == 'img'"> |
|
|
|
|
<div class="typecheckbox" *ngIf="isAnxin && selectedType == 'img'" |
|
|
|
|
[ngClass]="{'typecheckboxmargin': isShowAxOtherRegion}"> |
|
|
|
|
<ng-container *ngIf="isShowAxOtherRegion"> |
|
|
|
|
<label *ngFor="let item of this.legendList" nz-checkbox [(ngModel)]="item.checked" |
|
|
|
|
(ngModelChange)="typeChange(item)"> |
|
|
|
@ -29,7 +30,7 @@
|
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<button nz-button nzType="primary" (click)="downImg()">导出图片</button> |
|
|
|
|
<!-- <button nz-button nzType="primary" (click)="downImg()">导出图片</button> --> |
|
|
|
|
</div> |
|
|
|
|
<div class="content"> |
|
|
|
|
<div [hidden]="!(selectedType == 'img')" class="imgbox" [ngClass]="{'imgboxAX': isAnxin}"> |
|
|
|
|