Commit 2feafb77 authored by 李维's avatar 李维

fix: 调整题干位置

parent 19aa0e5c
......@@ -134,13 +134,14 @@
</div>
</div>
<div class="option-audio">
<span style="font-size: 20px;">题干</span>
<textarea nz-input rows="3" [(ngModel)]="question.questionText" (blur)="save()"></textarea>
</div>
<div *ngFor="let option of question.options; let m = index">
<div style="display: flex;margin-top: 20px;">
<div class="border-dashed" style="min-width: 700px;">
<div style="width: 400px">
<span style="font-size: 20px;">题干</span>
<textarea nz-input rows="3" [(ngModel)]="option.questionText" (blur)="save()"></textarea>
</div>
<div style="margin-top: 20px;">
<div class="word-type-option-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