Commit f5a3c159 authored by yu's avatar yu

6.27调整

parent e8ce17ba
This diff is collapsed.
export const defaultData = {
"score": 0,
"score": 5,
"top": {
"image": "",
"text": "1",
"audio": ""
"image": "http://staging-teach.cdn.ireadabc.com/00557f0ccc97e8396a3512a11def67bc.png",
"text": "wha",
"audio": "http://staging-teach.cdn.ireadabc.com/65c62cd89703cce9cec9c68b41b92f5d_l.mp3"
},
"questions": [
{
......
This diff is collapsed.
......@@ -80,11 +80,11 @@
<input type="text" nz-input [(ngModel)]="item.score" (blur)="save()">
<span style="font-size: 20px;">标题文字: </span>
<input type="text" nz-input [(ngModel)]="item.top.text" (blur)="save()">
<!-- <span style="font-size: 20px;">标题图片: </span>
<span style="font-size: 20px;">标题图片: </span>
<div style="width:300px">
<app-upload-image-with-preview [picUrl]="item.top.image"
(imageUploaded)="onImageUploadSuccess($event,'image', item.top)"></app-upload-image-with-preview>
</div> -->
</div>
<span style="font-size: 20px;">标题音频: </span>
<div style="display:flex ;">
<div>
......@@ -106,7 +106,7 @@
</div>
<div class="option-text">
<!-- <div class="option-text">
<div class="word-input-title">
<span style="color:red;margin-left:-15px">* </span>
<span>题干文字: </span>
......@@ -130,7 +130,7 @@
</span>
</div>
</div>
</div>
</div> -->
<!-- <div class="option-img">
<div class="word-input-title">
......@@ -275,7 +275,7 @@
</div>
<div style="margin-left: 10px;">
<button class="btn-red" nz-button nzType="default" nzDanger (click)="removeOption(i,j)">删除选项</button>
<button class="btn-red" nz-button nzType="default" nzDanger (click)="removeOption(i,j)">删除选项</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