|
|
|
@ -47,16 +47,16 @@
|
|
|
|
|
<div class="bigBox"> |
|
|
|
|
<div class="weatherBox" [ngClass]="{'opened': weatherBtn,'close': !weatherBtn}"> |
|
|
|
|
<span class="name">天气</span> |
|
|
|
|
<input class="weatherInput" [(ngModel)]="canvasData.selectPanelPointBaseData.weather" type="text" |
|
|
|
|
<input [disabled]="!isEditPattern" class="weatherInput" [(ngModel)]="canvasData.selectPanelPointBaseData.weather" type="text" |
|
|
|
|
placeholder="最多输入10字节" maxlength="10"> |
|
|
|
|
<span class="name">气温</span> |
|
|
|
|
<div style="display: inline-block;position: relative;"> |
|
|
|
|
<input [(ngModel)]="canvasData.selectPanelPointBaseData.airTemperature" style="width: 60px;" type="number" |
|
|
|
|
<input [disabled]="!isEditPattern" [(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> |
|
|
|
|
</div> |
|
|
|
|
<span class="name">风力</span> |
|
|
|
|
<select class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windScale"> |
|
|
|
|
<select [disabled]="!isEditPattern" class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windScale"> |
|
|
|
|
<option value="0">0(无风)</option> |
|
|
|
|
<option value="1">1(软风)</option> |
|
|
|
|
<option value="2">2(轻风)</option> |
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
|
<option value="6">6(强风)</option> |
|
|
|
|
</select> |
|
|
|
|
<span class="name">风向</span> |
|
|
|
|
<select class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windDirection"> |
|
|
|
|
<select [disabled]="!isEditPattern" class="weatherSelect" [(ngModel)]="canvasData.selectPanelPointBaseData.windDirection"> |
|
|
|
|
<option value="0">东</option> |
|
|
|
|
<option value="1">西</option> |
|
|
|
|
<option value="2">南</option> |
|
|
|
@ -92,7 +92,7 @@
|
|
|
|
|
<app-working-area #canvas [init]='this'></app-working-area> |
|
|
|
|
<!-- H5Canvas --> |
|
|
|
|
<!-- 中间建筑+楼层 --> |
|
|
|
|
<div class="centerBuildingDiv" style="user-select: none;" cdkDrag *ngIf="!pattern"> |
|
|
|
|
<div class="centerBuildingDiv" style="user-select: none;" cdkDrag *ngIf="!pattern" (mousewheel)="$event.stopPropagation()" > |
|
|
|
|
<div class="centerTotal"> |
|
|
|
|
<div class="centerTotalHeader"> |
|
|
|
|
<mat-icon cdkDragHandle matTooltip="可移动窗口" matTooltipPosition="above" class="move">open_with</mat-icon> |
|
|
|
@ -400,9 +400,8 @@
|
|
|
|
|
style="width: 33%;position: absolute;right: 10px;top: 1px;opacity: 0;z-index: 100;cursor: pointer;height: 21px;"> |
|
|
|
|
<div |
|
|
|
|
style="width: 33%;height: 21px;line-height: 21px;text-align: center;position: absolute;right: 10px;top: 1px;z-index: 99;border: 1px solid rgb(208, 211, 214);border-radius: 2px;font-size: 13px;cursor: pointer;" |
|
|
|
|
(click)="imgNumBeyond()">添加</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(click)="imgNumBeyond()" |
|
|
|
|
*ngIf="isEditPattern">添加</div> |
|
|
|
|
<div |
|
|
|
|
style="position: relative;;width: 89%;border:1px solid rgb(208, 211, 214);height: 100px;margin: 6px auto;" |
|
|
|
|
class="swiper-container"> |
|
|
|
|