Commit d5c494f9 authored by liujiangnan's avatar liujiangnan

feat: 富文本

parent f2ab8408
......@@ -2,7 +2,7 @@
<div style="padding: 10px;">
<div class="border" style="width: 80%; display: inline-block;">
<span style="font-size: 20px;">标题: </span>
<input style="width: 200px;" type="text" nz-input [(ngModel)]="item.title" (blur)="save()">
<textarea style="width: 200px;" nz-input [(ngModel)]="item.title" (blur)="save()" [nzAutosize]="{ minRows: 1, maxRows: 3 }"></textarea>
<br><br>
<span style="font-size: 20px;">引导音频: </span>
<app-audio-recorder
......
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