Commit 4c632207 authored by david's avatar david

fix: 修改输入框为文本域并调整对齐方式

parent 6afe7435
<div style="margin: 30px;"> <div style="margin: 30px;">
<div style="margin: 30px; display: flex; align-items: center; "> <div style="margin: 30px; display: flex; align-items: start; ">
<h3>大标题:</h3> <h3>大标题:</h3>
<input type="text" nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 350px;"> <textarea rows="3" nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 350px;"></textarea>
</div> </div>
......
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