|
|
|
@ -10,7 +10,27 @@
|
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="right"> |
|
|
|
|
|
|
|
|
|
<div class="headerRight"> |
|
|
|
|
<label (click)='togglePaperType(1)' [ngClass]="{'selectPaperType': selectPaperType == '1'}">基本信息</label> |
|
|
|
|
<label (click)='togglePaperType(2)' [ngClass]="{'selectPaperType': selectPaperType == '2'}">作战部署</label> |
|
|
|
|
<button (click)='uploadPaper()'>交卷</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="centerRight"> |
|
|
|
|
<div class="paperCenter" *ngIf="selectPaperType == '1'"> |
|
|
|
|
|
|
|
|
|
<mat-accordion> |
|
|
|
|
<mat-expansion-panel> |
|
|
|
|
<mat-expansion-panel-header class="panelHeader"> |
|
|
|
|
<label class="mariginRight">基本信息</label> |
|
|
|
|
<label>总分: <label class="mark"> 25</label>分, </label><label>单项<label class="mark">2</label>分</label> |
|
|
|
|
</mat-expansion-panel-header> |
|
|
|
|
|
|
|
|
|
</mat-expansion-panel> |
|
|
|
|
</mat-accordion> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="paperCenter" *ngIf="selectPaperType == '2'">作战部署</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|