|
|
|
@ -71,6 +71,8 @@
|
|
|
|
|
<!-- 平面图 --> |
|
|
|
|
<div class="planarGraph"> |
|
|
|
|
<div class="planarGraphHeader" (click)='togglePlanarGraph()'> |
|
|
|
|
<mat-icon *ngIf="togglePlane">keyboard_arrow_up</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!togglePlane">keyboard_arrow_down</mat-icon> |
|
|
|
|
<label class="overflowText" style="font-weight: 550;">平面图</label> |
|
|
|
|
<label class="hover"> |
|
|
|
|
<mat-icon (click)='foundPanel($event)' class="matIcons">add</mat-icon> |
|
|
|
@ -81,12 +83,24 @@
|
|
|
|
|
[ngClass]="{'selectSitePlan': selectSitePlanIndex==key}" (click)='selectSitePlan(item,key)'> |
|
|
|
|
<mat-icon *ngIf="!item.imageUrl" class="matIcons">broken_image</mat-icon> |
|
|
|
|
<label class="overflowText">{{item.name}}</label> |
|
|
|
|
<mat-icon title="替换底图" style="float: right; margin-top: 8px;" *ngIf="selectSitePlanIndex==key" |
|
|
|
|
class="matIcons">photo_size_select_actual</mat-icon> |
|
|
|
|
<mat-icon title="替换底图" class="matIcons replaceBaseMap" *ngIf="selectSitePlanIndex==key">photo_size_select_actual</mat-icon> |
|
|
|
|
<!-- 右边定位操作栏 --> |
|
|
|
|
<!-- <div id="rightOperate"> |
|
|
|
|
|
|
|
|
|
</div> --> |
|
|
|
|
<div id="rightOperate" *ngIf="selectSitePlanIndex==key"> |
|
|
|
|
<p class="functionButton"> |
|
|
|
|
<mat-icon class="functionIcon bigFunctionIcon" title="上移">keyboard_arrow_up</mat-icon> |
|
|
|
|
</p> |
|
|
|
|
<p class="functionButton"> |
|
|
|
|
<mat-icon class="functionIcon" title="编辑属性">edit</mat-icon> |
|
|
|
|
<mat-icon class="functionIcon" title="删除">delete</mat-icon> |
|
|
|
|
</p> |
|
|
|
|
<p class="functionButton"> |
|
|
|
|
<mat-icon class="functionIcon" title="旋转底图">cached</mat-icon> |
|
|
|
|
<mat-icon class="functionIcon" title="复制">library_books</mat-icon> |
|
|
|
|
</p> |
|
|
|
|
<p class="functionButton"> |
|
|
|
|
<mat-icon class="functionIcon bigFunctionIcon" title="下移">keyboard_arrow_down</mat-icon> |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
<!-- 右边定位操作栏 --> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -95,6 +109,8 @@
|
|
|
|
|
<!-- 素材库 --> |
|
|
|
|
<div id="materialBank"> |
|
|
|
|
<div class="planarGraphHeader" (click)='toggleMaterial()'> |
|
|
|
|
<mat-icon *ngIf="toggleMaterialBank">keyboard_arrow_up</mat-icon> |
|
|
|
|
<mat-icon *ngIf="!toggleMaterialBank">keyboard_arrow_down</mat-icon> |
|
|
|
|
<label class="overflowText" style="font-weight: 550;">素材库</label> |
|
|
|
|
</div> |
|
|
|
|
<div style="flex: 1;overflow-y: auto;" [hidden]="!toggleMaterialBank"> |
|
|
|
|