Commit e455268d authored by limingzhe's avatar limingzhe

fix: debug

parent 0df0e33e
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
亲子互动 亲子互动
</h1> </h1>
<button nz-button nzType="primary" style="margin: 30px" (click)="autoFill()" [disabled]="bookTextList.length == 0" >
自动填充
</button>
<!-- <div style="margin-left: 30px; margin-top:30px; display: flex; align-items: center; "> <!-- <div style="margin-left: 30px; margin-top:30px; display: flex; align-items: center; ">
<h3 style="margin-right: 20px;">标题文本:</h3> <h3 style="margin-right: 20px;">标题文本:</h3>
<input type="text" nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 500px;"> <input type="text" nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 500px;">
......
This diff is collapsed.
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