Commit 1c17f347 authored by asdf's avatar asdf

添加素材

parent 407a485b
......@@ -84,18 +84,23 @@
<div class="section" style="margin-top: 10px"></div>
<div style="text-align: center; width:100%">
<span style="margin-bottom: 10px;margin-right: 0px;">是否是正确答案? : </span>
<nz-switch style="margin-bottom: 10px;margin-right: 10px;" [(ngModel)]="item.isRight"
(ngModelChange)="onSwitchChange()"></nz-switch>
<button *ngIf="contentObj.dataArray.length<4" style="margin-right: 20px;" nz-button nzType="primary"
(click)="onCopyData(i)">
<span>复制本页</span>
</button>
<button style="margin-right: 20px;" nz-button nzType="danger" (click)="deleteItem(contentObj.dataArray, i)">
<span>删除本页</span>
</button>
<div class="section-content;text-align:center" style="margin-top: 10px;height:40px">
<div style="float:left;">
<span style="margin-right: 0px;">正确答案? : </span>
<nz-switch style="margin-right: 10px;" [(ngModel)]="item.isRight" (ngModelChange)="onSwitchChange()">
</nz-switch>
</div>
<div style="float:right;">
<button *ngIf="contentObj.dataArray.length<4" style="margin-right: 10px" nz-button nzType="primary"
(click)="onCopyData(i)">
<span>复制本页</span>
</button>
<button nz-button nzType="danger" style="margin-right: 0px;"
(click)="deleteItem(contentObj.dataArray, i)">
<span>删除本页</span>
</button>
</div>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment