Commit a459017e authored by linzhiguo's avatar linzhiguo

- 标题音频 表单

parent 615d8cb7
......@@ -2,23 +2,23 @@
<nz-divider nzText="主题" nzOrientation="left"></nz-divider>
<div nz-row style="width: 800;">
<!-- <div style="display: flex; margin-bottom: 10px;">
<div style="display: flex; margin-bottom: 10px;">
<div style="flex:1;margin-left: 10px;">
标题
</div>
<div style="flex:5">
<input type="text" nz-input placeholder="" [(ngModel)]="item.title" (blur)="saveItem()" style="width: 160px;"/>
</div>
</div> -->
</div>
<div style="display: flex; margin-bottom: 10px;">
<!-- <div style="display: flex; margin-bottom: 10px;">
<div style="flex:1;margin-left: 10px;">
音频
</div>
<div style="flex:5">
<app-audio-recorder [audioUrl]="item.audio_url" (audioUploaded)="onAudioUploadSuccess($event, item, 'audio_url')" ></app-audio-recorder>
</div>
</div>
</div> -->
<div style="display: flex; margin-bottom: 10px;">
<div style="flex:1; margin-left: 10px;">
......
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