@ -16,7 +16,7 @@
< canvas id = "center" > < / canvas >
<!-- 左侧子组件 -->
< div class = "leftChildComponent" * ngIf = "isShowChildComponent" [ ngStyle ] = " { ' left ' : isShowLeftBuilding ? ' 15 % ' : null } " >
< div class = "leftChildComponent" * ngIf = "isShowChildComponent" [ ngStyle ] = " { ' left ' : isShowLeftBuilding ? ' 15 % ' : null } " [ ngClass ] = " { ' publicMoveUp ' : selectFence = == 7 } " >
< div class = "leftChildHeader" >
< div > < i nz-icon nzType = "star" nzTheme = "outline" > < / i > < / div >
< div > {{allFence[selectFence]}}< i nz-icon nzType = "plus-circle" nzTheme = "outline" * ngIf = "selectFence === 7" ( click ) = " noticeChildComponent ( true ) " > < / i > < i nz-icon nzType = "save" nzTheme = "outline" * ngIf = "selectFence === 7" ( click ) = " noticeChildComponent ( false ) " > < / i > < / div >
@ -28,7 +28,7 @@
<!-- 左侧建筑栏 -->
< div class = "showLeftBuilding" title = "显示" * ngIf = "!isShowLeftBuilding" ( click ) = " toggleLeftBuilding ( true ) " > < i nz-icon nzType = "right" nzTheme = "outline" > < / i > < / div >
< div class = "leftBuilding" [ ngClass ] = " { ' isShowLeftBuilding ' : isShowLeftBuilding = == false } " >
< div class = "leftBuilding" [ ngClass ] = " { ' isShowLeftBuilding ' : isShowLeftBuilding = == false , ' publicMoveUp ' : selectFence = == 7 } " >
< div class = "hideLeft" > < i nz-icon nzType = "close" nzTheme = "outline" title = "隐藏" ( click ) = " toggleLeftBuilding ( false ) " > < / i > < / div >
< div class = "leftHeader" >
< h1 > < label > 模型列表< / label > < / h1 >
@ -48,7 +48,7 @@
<!-- 左侧建筑栏 -->
<!-- 右侧图标栏 -->
< div class = "rightIcons" * ngIf = "selectFence === 0 || selectFence === 7" >
< div class = "rightIcons" * ngIf = "selectFence === 0 || selectFence === 7" [ ngClass ] = " { ' publicMoveUp ' : selectFence = == 7 } " >
< div class = "bottomCenter" id = "bottomCenter" >
< ng-container * ngIf = "selectFence === 0" >
< div class = "everyIcon" ( click ) = ' selectBottomIcon ( item ) ' * ngFor = "let item of allFacilityUIItemes" [ ngClass ] = " { ' selectLeftIcon ' : beforeOneIcon = = item . getIconID ( ) } " >
@ -90,6 +90,21 @@
< / div >
<!-- 右上角快捷栏 -->
<!-- 底部处置预案 -->
< div class = "bottomPlan" * ngIf = "selectFence === 7" >
< div class = "pulicPlanDiv bottomPlanHeader" >
< div class = "planHeaderText" >
< p > 灾情描述< / p >
< textarea > < / textarea >
< / div >
< div class = "planHeaderImg" > < a href = "javascript:;" class = "bottomPlanUpload" > < input type = "file" > < img src = "../../../assets/images/uploadImg.png" > < / a > < / div >
< div class = "planHeaderVideo" > < a href = "javascript:;" class = "bottomPlanUpload" style = "width: 100px;" > < input type = "file" > < img src = "../../../assets/images/uploadVideo.png" > < / a > < / div >
< / div >
< div style = "height: 5px;" > < / div >
< div class = "pulicPlanDiv bottomPlanCenter" > < / div >
< / div >
<!-- 底部处置预案 -->
<!-- 新增/编辑左侧建筑弹窗 -->
< nz-modal [ ( nzVisible ) ] = " addBuildingPop | | editBuildingPop " nzTitle = "创建/编辑建筑" ( nzOnCancel ) = " addBuildingPop = false; editBuildingPop = null;" ( nzOnOk ) = " addModelBuilding ( form . value ) " [ nzOkDisabled ] = ' name . invalid | | modelType . invalid ' >
< form nz-form # form = 'ngForm' >