|
|
@ -164,8 +164,7 @@ |
|
|
|
<div style="width: 3px;height: 100%;position: absolute;left: 0;cursor: e-resize;z-index: 1000;" |
|
|
|
<div style="width: 3px;height: 100%;position: absolute;left: 0;cursor: e-resize;z-index: 1000;" |
|
|
|
(mousedown)="rightDivMouseDown($event)"></div> |
|
|
|
(mousedown)="rightDivMouseDown($event)"></div> |
|
|
|
<!-- 属性 --> |
|
|
|
<!-- 属性 --> |
|
|
|
<div id="property" class="property" |
|
|
|
<div id="property" class="property" style="height: 100%;background-color: white;"> |
|
|
|
style="height: 100%;background-color: white;"> |
|
|
|
|
|
|
|
<div class="titleS"> |
|
|
|
<div class="titleS"> |
|
|
|
<mat-icon>info</mat-icon>属性 |
|
|
|
<mat-icon>info</mat-icon>属性 |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -258,8 +257,7 @@ |
|
|
|
<p>{{item.PropertyName}}<span style="font-size: 14px;" |
|
|
|
<p>{{item.PropertyName}}<span style="font-size: 14px;" |
|
|
|
*ngIf="item.PhysicalUnit">({{item.PhysicalUnit}})</span></p> |
|
|
|
*ngIf="item.PhysicalUnit">({{item.PhysicalUnit}})</span></p> |
|
|
|
<input type="number" class="biginput" [value]="item.PropertyValue" |
|
|
|
<input type="number" class="biginput" [value]="item.PropertyValue" |
|
|
|
(input)="assetInputChange(item,$event)" |
|
|
|
(input)="assetInputChange(item,$event)" [disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
[disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 图片数量 --> |
|
|
|
<!-- 图片数量 --> |
|
|
|
<div *ngIf="item.PropertyType == 4" style="height: 140px;"> |
|
|
|
<div *ngIf="item.PropertyType == 4" style="height: 140px;"> |
|
|
@ -267,11 +265,10 @@ |
|
|
|
<p style="width: 40%;display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<p style="width: 40%;display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<span style="width: 26%;text-align:right;font-size: 13px;">{{imagesArr.length ? imagesArr.length : 0}} |
|
|
|
<span style="width: 26%;text-align:right;font-size: 13px;">{{imagesArr.length ? imagesArr.length : 0}} |
|
|
|
/ {{item.PropertyValue}}</span> |
|
|
|
/ {{item.PropertyValue}}</span> |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" *ngIf="isImgNumCss" |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" *ngIf="isImgNumCss" accept="image/*" |
|
|
|
accept="image/*" (change)="selectFile($event)" type="file" |
|
|
|
(change)="selectFile($event)" type="file" |
|
|
|
style="width: 33%;position: absolute;right: 10px;top: 1px;opacity: 0;z-index: 100;cursor: pointer;height: 21px;"> |
|
|
|
style="width: 33%;position: absolute;right: 10px;top: 1px;opacity: 0;z-index: 100;cursor: pointer;height: 21px;"> |
|
|
|
<div |
|
|
|
<div *ngIf="canvasAssetObj.GameMode != 0" |
|
|
|
*ngIf="canvasAssetObj.GameMode != 0" |
|
|
|
|
|
|
|
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;" |
|
|
|
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()">添加</div> |
|
|
|
|
|
|
|
|
|
|
@ -287,7 +284,8 @@ |
|
|
|
<!-- 如果需要导航按钮 --> |
|
|
|
<!-- 如果需要导航按钮 --> |
|
|
|
<div class="swiper-button-next"></div> |
|
|
|
<div class="swiper-button-next"></div> |
|
|
|
<div class="swiper-button-prev"></div> |
|
|
|
<div class="swiper-button-prev"></div> |
|
|
|
<span *ngIf="canvasAssetObj.GameMode != 0" style="position: absolute;right: 2px;top: 2px;cursor: pointer;z-index: 200;"> |
|
|
|
<span *ngIf="canvasAssetObj.GameMode != 0" |
|
|
|
|
|
|
|
style="position: absolute;right: 2px;top: 2px;cursor: pointer;z-index: 200;"> |
|
|
|
<mat-icon class="hoverred" (click)="deleteImg()">delete</mat-icon> |
|
|
|
<mat-icon class="hoverred" (click)="deleteImg()">delete</mat-icon> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -296,8 +294,7 @@ |
|
|
|
<!-- 方向 --> |
|
|
|
<!-- 方向 --> |
|
|
|
<div *ngIf="item.PropertyType == 5" class="selectDiv"> |
|
|
|
<div *ngIf="item.PropertyType == 5" class="selectDiv"> |
|
|
|
<p style="display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<p style="display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<select (change)="direction(item,$event)" |
|
|
|
<select (change)="direction(item,$event)" [disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
[disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
|
|
|
|
<option value="0" [selected]="item.PropertyValue ==0">东</option> |
|
|
|
<option value="0" [selected]="item.PropertyValue ==0">东</option> |
|
|
|
<option value="1" [selected]="item.PropertyValue ==1">西</option> |
|
|
|
<option value="1" [selected]="item.PropertyValue ==1">西</option> |
|
|
|
<option value="2" [selected]="item.PropertyValue ==2">南</option> |
|
|
|
<option value="2" [selected]="item.PropertyValue ==2">南</option> |
|
|
@ -311,18 +308,15 @@ |
|
|
|
<!-- 布尔值 是1或否0 --> |
|
|
|
<!-- 布尔值 是1或否0 --> |
|
|
|
<div *ngIf="item.PropertyType == 6"> |
|
|
|
<div *ngIf="item.PropertyType == 6"> |
|
|
|
<p>{{item.PropertyName}}</p> |
|
|
|
<p>{{item.PropertyName}}</p> |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" [checked]="item.PropertyValue == 1" |
|
|
|
[checked]="item.PropertyValue == 1" class="input" type="radio" name="radio" |
|
|
|
class="input" type="radio" name="radio" (click)="assetRadioChange(item,'1')"><span>是</span> |
|
|
|
(click)="assetRadioChange(item,'1')"><span>是</span> |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" [checked]="item.PropertyValue == 0" |
|
|
|
<input [disabled]="canvasAssetObj.GameMode == 0 && !pattern" |
|
|
|
class="input" type="radio" name="radio" (click)="assetRadioChange(item,'0')"><span>否</span> |
|
|
|
[checked]="item.PropertyValue == 0" class="input" type="radio" name="radio" |
|
|
|
|
|
|
|
(click)="assetRadioChange(item,'0')"><span>否</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- 供给区域 --> |
|
|
|
<!-- 供给区域 --> |
|
|
|
<div *ngIf="item.PropertyType == 7" class="selectDiv"> |
|
|
|
<div *ngIf="item.PropertyType == 7" class="selectDiv"> |
|
|
|
<p style="display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<p style="display: inline-block;">{{item.PropertyName}}</p> |
|
|
|
<select (change)="supplyArea(item,$event)" |
|
|
|
<select (change)="supplyArea(item,$event)" [disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
[disabled]="canvasAssetObj.GameMode == 0 && !pattern"> |
|
|
|
|
|
|
|
<option value="0" [selected]="item.PropertyValue ==0">全部</option> |
|
|
|
<option value="0" [selected]="item.PropertyValue ==0">全部</option> |
|
|
|
<option value="1" [selected]="item.PropertyValue ==1">高区</option> |
|
|
|
<option value="1" [selected]="item.PropertyValue ==1">高区</option> |
|
|
|
<option value="2" [selected]="item.PropertyValue ==2">中区</option> |
|
|
|
<option value="2" [selected]="item.PropertyValue ==2">中区</option> |
|
|
|