Commit ba880505 authored by kingweight's avatar kingweight

调整样式

parent a4dcd6d6
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
<div style="width: 100px; background-color: white; transform: translateY(-30px);" > 视频互动课信息 </div> <div style="width: 100px; background-color: white; transform: translateY(-30px);" > 视频互动课信息 </div>
<div style="margin: 20px; display: flex; align-items: center; "> <div style="margin: 20px; display: flex; align-items: center; ">
<h3 style="width: 120px;">单元名称:</h3> <h3 style="width: 150px;">单元名称:</h3>
<textarea nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 100%; min-height: 60px;"></textarea> <textarea nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 400px; min-height: 60px;"></textarea>
</div> </div>
<div style="margin: 20px; display: flex; align-items: center; "> <div style="margin: 20px; display: flex; align-items: center; ">
<h3>视频互动课名称:</h3> <h3 style="min-width: 150px;">视频互动课名称:</h3>
<textarea nz-input [(ngModel)]="item.video_title" (blur)="save()" style=" width: 320px; min-height: 60px;"></textarea> <textarea nz-input [(ngModel)]="item.video_title" (blur)="save()" style=" width: 400px; min-height: 60px;"></textarea>
</div> </div>
<br> <br>
<app-upload-image-with-preview style="width: 80%;" [picUrl]="item.cover" (imageUploaded)="onImageUploadSuccess($event)"> <app-upload-image-with-preview style="width: 80%;" [picUrl]="item.cover" (imageUploaded)="onImageUploadSuccess($event)">
......
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