Commit 56bb24db authored by linzhiguo's avatar linzhiguo

~ 调整表单显示位置

parent f860b722
...@@ -66,8 +66,11 @@ ...@@ -66,8 +66,11 @@
</div> </div>
</div> </div>
<div style="display: flex; margin-bottom: 10px;"> <div style="display: flex; margin-bottom: 10px;">
<div style="flex:5"> <div style="flex:1">
<label nz-checkbox [(ngModel)]="data.correct" (ngModelChange)="saveItem()" >是否正确</label> 是否正确
</div>
<div style="flex:auto">
<label nz-checkbox [(ngModel)]="data.correct" (ngModelChange)="saveItem()" ></label>
</div> </div>
</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