Browse Source

[修改]进攻通道flex改为上下布局

tangshan
陈敬瑜 4 years ago
parent
commit
50ca61b8f8
  1. 4
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
  2. 2
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss
  3. 2
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts

4
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html

@ -12,9 +12,9 @@
</div> </div>
<div class="btnbox"> <div class="btnbox">
<button mat-stroked-button *ngIf="zaixianDr" (click)='upload()'> <button mat-stroked-button *ngIf="zaixianDr" (click)='upload()'>
<mat-icon>play_for_work</mat-icon> 导入 <mat-icon>cloud_upload</mat-icon> 导入
</button> </button>
<input type="file" style="display: none;" id="up" accept=".doc,.docx"> <input type="file" style="display: none;" id="up" accept=".docx">
<button mat-stroked-button (click)="preview()"> <button mat-stroked-button (click)="preview()">
<mat-icon>visibility</mat-icon> 预览 <mat-icon>visibility</mat-icon> 预览
</button> </button>

2
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss

@ -733,6 +733,8 @@
.attack { .attack {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex;
flex-direction: column;
.attackhead { .attackhead {
width: 100%; width: 100%;
height: 40px; height: 40px;

2
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts

@ -371,7 +371,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
}); });
// console.log(this.planTemplateData) console.log(this.planTemplateData)
} /* else if (this.selectedItem == '单位概况') { } /* else if (this.selectedItem == '单位概况') {
//this.getAllBuildings() //this.getAllBuildings()
} */ else if (this.selectedItem == '') { } */ else if (this.selectedItem == '') {

Loading…
Cancel
Save