Commit f5a3c159 authored by yu's avatar yu

6.27调整

parent e8ce17ba
This diff is collapsed.
export const defaultData = { export const defaultData = {
"score": 0, "score": 5,
"top": { "top": {
"image": "", "image": "http://staging-teach.cdn.ireadabc.com/00557f0ccc97e8396a3512a11def67bc.png",
"text": "1", "text": "wha",
"audio": "" "audio": "http://staging-teach.cdn.ireadabc.com/65c62cd89703cce9cec9c68b41b92f5d_l.mp3"
}, },
"questions": [ "questions": [
{ {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -80,11 +80,11 @@ ...@@ -80,11 +80,11 @@
<input type="text" nz-input [(ngModel)]="item.score" (blur)="save()"> <input type="text" nz-input [(ngModel)]="item.score" (blur)="save()">
<span style="font-size: 20px;">标题文字: </span> <span style="font-size: 20px;">标题文字: </span>
<input type="text" nz-input [(ngModel)]="item.top.text" (blur)="save()"> <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"> <div style="width:300px">
<app-upload-image-with-preview [picUrl]="item.top.image" <app-upload-image-with-preview [picUrl]="item.top.image"
(imageUploaded)="onImageUploadSuccess($event,'image', item.top)"></app-upload-image-with-preview> (imageUploaded)="onImageUploadSuccess($event,'image', item.top)"></app-upload-image-with-preview>
</div> --> </div>
<span style="font-size: 20px;">标题音频: </span> <span style="font-size: 20px;">标题音频: </span>
<div style="display:flex ;"> <div style="display:flex ;">
<div> <div>
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
</div> </div>
<div class="option-text"> <!-- <div class="option-text">
<div class="word-input-title"> <div class="word-input-title">
<span style="color:red;margin-left:-15px">* </span> <span style="color:red;margin-left:-15px">* </span>
<span>题干文字: </span> <span>题干文字: </span>
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
</span> </span>
</div> </div>
</div> </div>
</div> </div> -->
<!-- <div class="option-img"> <!-- <div class="option-img">
<div class="word-input-title"> <div class="word-input-title">
......
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