Commit 5bf17130 authored by limingzhe's avatar limingzhe

fix: debug

parent 2eaa8068
This diff is collapsed.
......@@ -2,6 +2,22 @@
<div style="padding: 20px;">
<h2>页面参数</h2>
<div style="font-size: 16px; border: 2px solid #ccc; border-radius: 10px; padding: 10px; width: 500px;">
<div style="display: flex; justify-content: center; align-items: center;">
<span style="width: 120px; margin-right: 20px;" align="right">page_id: </span>
<input type="text" nz-input [(ngModel)]="item.page_id" (blur)="save()" style="margin-top: 5px">
</div>
<div style="display: flex; justify-content: center; align-items: center;">
<span style="width: 120px; margin-right: 20px;" align="right">book_id: </span>
<input type="text" nz-input [(ngModel)]="item.book_id" (blur)="save()" style="margin-top: 5px">
</div>
<div style="display: flex; justify-content: center; align-items: center;">
<span style="width: 120px; margin-right: 20px;" align="right">part_name: </span>
<input type="text" nz-input [(ngModel)]="item.part_name" (blur)="save()" style="margin-top: 5px">
</div>
</div>
<div style="width: 300px; margin-top: 20px;" align='center'>
<span>背景图: </span>
......
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