|
|
@ -40,14 +40,14 @@ |
|
|
|
<div class="bigBox"> |
|
|
|
<div class="bigBox"> |
|
|
|
<div class="weatherBox" [ngClass]="{'opened': weatherBtn,'close': !weatherBtn}"> |
|
|
|
<div class="weatherBox" [ngClass]="{'opened': weatherBtn,'close': !weatherBtn}"> |
|
|
|
<span class="name">天气</span> |
|
|
|
<span class="name">天气</span> |
|
|
|
<input [(ngModel)]="canvasData.selectPanelPointBaseData.weather" type="text" placeholder="最多输入10字节" maxlength="10"> |
|
|
|
<input class="weatherInput" [(ngModel)]="canvasData.selectPanelPointBaseData.weather" type="text" placeholder="最多输入10字节" maxlength="10"> |
|
|
|
<span class="name">气温</span> |
|
|
|
<span class="name">气温</span> |
|
|
|
<div style="display: inline-block;position: relative;"> |
|
|
|
<div style="display: inline-block;position: relative;"> |
|
|
|
<input [(ngModel)]="canvasData.selectPanelPointBaseData.airTemperature" style="width: 60px;" type="number" value="0" oninput="if(value.length>2)value=value.slice(0,2)"> |
|
|
|
<input [(ngModel)]="canvasData.selectPanelPointBaseData.airTemperature" style="width: 60px;" type="number" value="0" oninput="if(value.length>2)value=value.slice(0,2)"> |
|
|
|
<span style="position: absolute;right: 20px;top: 10px;color: #9c9fa5;">℃</span> |
|
|
|
<span style="position: absolute;right: 20px;top: 10px;color: #9c9fa5;">℃</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<span class="name">风力</span> |
|
|
|
<span class="name">风力</span> |
|
|
|
<select [(ngModel)]="canvasData.selectPanelPointBaseData.windScale"> |
|
|
|
<select class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windScale"> |
|
|
|
<option value ="0">0(无风)</option> |
|
|
|
<option value ="0">0(无风)</option> |
|
|
|
<option value ="1">1(软风)</option> |
|
|
|
<option value ="1">1(软风)</option> |
|
|
|
<option value ="2">2(轻风)</option> |
|
|
|
<option value ="2">2(轻风)</option> |
|
|
@ -57,7 +57,7 @@ |
|
|
|
<option value ="6">6(强风)</option> |
|
|
|
<option value ="6">6(强风)</option> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<span class="name">风向</span> |
|
|
|
<span class="name">风向</span> |
|
|
|
<select [(ngModel)]="canvasData.selectPanelPointBaseData.windDirection"> |
|
|
|
<select class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windDirection"> |
|
|
|
<option value ="0">东</option> |
|
|
|
<option value ="0">东</option> |
|
|
|
<option value ="1">西</option> |
|
|
|
<option value ="1">西</option> |
|
|
|
<option value ="2">南</option> |
|
|
|
<option value ="2">南</option> |
|
|
@ -67,10 +67,10 @@ |
|
|
|
<option value ="6">东北</option> |
|
|
|
<option value ="6">东北</option> |
|
|
|
<option value ="7">西北</option> |
|
|
|
<option value ="7">西北</option> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
<label title="保存" (click)="saveSite()" class="rightSave" *ngIf="isEditPattern"><mat-icon>description</mat-icon>保存</label> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<label title="保存" (click)="saveSite()" class="rightSave" *ngIf="isEditPattern"><mat-icon style="vertical-align: sub;">description</mat-icon>保存</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!--功能区 --> |
|
|
|
<!--功能区 --> |
|
|
@ -125,7 +125,7 @@ |
|
|
|
<mat-icon *ngIf="toggleHandlePlans">keyboard_arrow_up</mat-icon> |
|
|
|
<mat-icon *ngIf="toggleHandlePlans">keyboard_arrow_up</mat-icon> |
|
|
|
<mat-icon *ngIf="!toggleHandlePlans">keyboard_arrow_down</mat-icon> |
|
|
|
<mat-icon *ngIf="!toggleHandlePlans">keyboard_arrow_down</mat-icon> |
|
|
|
<label class="overflowText" style="font-weight: 550;">处置预案</label> |
|
|
|
<label class="overflowText" style="font-weight: 550;">处置预案</label> |
|
|
|
<label style="margin-left: 20px;" *ngIf="isEditPattern"> |
|
|
|
<label class="btnlabel" style="margin-left: 20px;" *ngIf="isEditPattern"> |
|
|
|
<mat-icon style="color: #c2a40ce8;" title="计算差异" (click)='countValue($event)'>flash_on</mat-icon> |
|
|
|
<mat-icon style="color: #c2a40ce8;" title="计算差异" (click)='countValue($event)'>flash_on</mat-icon> |
|
|
|
<mat-icon style="margin: 0 3px;" title="新建空节点" (click)='addPanelPoint($event,null,treeData)'>add</mat-icon> |
|
|
|
<mat-icon style="margin: 0 3px;" title="新建空节点" (click)='addPanelPoint($event,null,treeData)'>add</mat-icon> |
|
|
|
<mat-icon class="matIcons" (click)='addBGCPanelPoint($event)'>photo_size_select_actual</mat-icon> |
|
|
|
<mat-icon class="matIcons" (click)='addBGCPanelPoint($event)'>photo_size_select_actual</mat-icon> |
|
|
@ -550,7 +550,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div id="bottomDiv" (mousewheel)="$event.stopPropagation()" class="bottomCss" *ngIf="!pattern"> |
|
|
|
<div id="bottomDiv" (mousewheel)="$event.stopPropagation()" [ngClass]="{'togglePanel3': toggleExpandPanel==true}" class="bottomCss" *ngIf="!pattern"> |
|
|
|
<div class="dragDiv" (mousedown)="bottomDivMouseDown($event)"></div> |
|
|
|
<div class="dragDiv" (mousedown)="bottomDivMouseDown($event)"></div> |
|
|
|
<div class="title"> |
|
|
|
<div class="title"> |
|
|
|
<div (click)="details()" [ngClass]="{'detailsAndattentBtn': detailsAndattentBtn}"> |
|
|
|
<div (click)="details()" [ngClass]="{'detailsAndattentBtn': detailsAndattentBtn}"> |
|
|
|