Commit c72be0a2 authored by david's avatar david

fix: 第二页、第三页增加标题

parent d0a46797
...@@ -95,6 +95,11 @@ ...@@ -95,6 +95,11 @@
<h2>第二页:</h2> <h2>第二页:</h2>
</div> </div>
<div style="margin: 30px; display: flex; align-items: center; ">
<h3>大标题:</h3>
<input type="text" nz-input [(ngModel)]="item.optionArrTitle" (blur)="save()" style=" width: 350px;">
</div>
<div *ngIf="item && item.optionArr" style="border: 2px #ccc solid; border-radius: 15px; width: 1000px; margin-left: 30px;"> <div *ngIf="item && item.optionArr" style="border: 2px #ccc solid; border-radius: 15px; width: 1000px; margin-left: 30px;">
...@@ -127,6 +132,11 @@ ...@@ -127,6 +132,11 @@
<h2>第三页:</h2> <h2>第三页:</h2>
</div> </div>
<div style="margin: 30px; display: flex; align-items: center; ">
<h3>大标题:</h3>
<input type="text" nz-input [(ngModel)]="item.exampleTitle" (blur)="save()" style=" width: 350px;">
</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> <h4>示例文章:</h4>
......
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