|
|
@ -83,8 +83,8 @@ |
|
|
|
<mat-icon >add</mat-icon> |
|
|
|
<mat-icon >add</mat-icon> |
|
|
|
</label> |
|
|
|
</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div [hidden]="!togglePlane" style="flex: 1;"> |
|
|
|
<div [hidden]="!togglePlane" style="flex: 1;max-height: 700px;overflow-y: auto;overflow-x: hidden;" class="sitePlanContentBox"> |
|
|
|
<div class="sitePlanContent" *ngFor="let item of sitePlanData;let key = index" [ngClass]="{'isRefugeStorey':item.isRefugeStorey==true,'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
<div class="sitePlanContent" *ngFor="let item of sitePlanData;let key = index" [ngClass]="{'isRefugeStorey':item.isRefugeStorey==true,'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)' (mouseenter)="hoverSitePlan(item,key)"> |
|
|
|
<label class="overflowText" style="display:inline-block; max-width: 160px;"><mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon>{{item.name}}</label> |
|
|
|
<label class="overflowText" style="display:inline-block; max-width: 160px;"><mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon>{{item.name}}</label> |
|
|
|
<a href="javascript:;" class="fireForce" *ngIf="isEditPattern && !pattern"> |
|
|
|
<a href="javascript:;" class="fireForce" *ngIf="isEditPattern && !pattern"> |
|
|
|
<img src="../../../assets/images/fire.png" *ngIf="item.fire && item.fire==2"> |
|
|
|
<img src="../../../assets/images/fire.png" *ngIf="item.fire && item.fire==2"> |
|
|
|