Commit d0a46797 authored by limingzhe's avatar limingzhe

fix: debug

parent 0d265e36
...@@ -126,7 +126,9 @@ ...@@ -126,7 +126,9 @@
<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; ">
<h2>第三页:</h2> <h2>第三页:</h2>
</div> </div>
<div style="border: 2px #ccc solid; border-radius: 15px; width: 1000px; margin-left: 30px;padding: 30px;"> <div style="border: 2px #ccc solid; border-radius: 15px; width: 1000px; margin-left: 30px;padding: 30px;">
<h4>示例文章:</h4>
<textarea rows="4" nz-input [(ngModel)]="item.example" (blur)="save()"></textarea> <textarea rows="4" nz-input [(ngModel)]="item.example" (blur)="save()"></textarea>
......
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