Commit f8f97fd8 authored by Tt's avatar Tt

新建卡片被隐藏问题

parent f05b62f5
...@@ -94,6 +94,4 @@ export class Game { ...@@ -94,6 +94,4 @@ export class Game {
public get list() { public get list() {
return this._list; return this._list;
} }
} }
...@@ -63,10 +63,10 @@ ...@@ -63,10 +63,10 @@
<button (click)="onMoveDown(li.id)" *ngIf="li.id != item.list.length -1 " nzType="default" nz-button <button (click)="onMoveDown(li.id)" *ngIf="li.id != item.list.length -1 " nzType="default" nz-button
style="color: blue;border:1px solid blue;margin:5px">下移</button> style="color: blue;border:1px solid blue;margin:5px">下移</button>
</div> </div>
<div style="margin:10px"> </div>
<button (click)="onAddItem()" nzType="default" nz-button <div style="margin:10px">
style="color: green;border:1px solid green;margin:5px">新建卡片</button> <button (click)="onAddItem()" nzType="default" nz-button
</div> style="color: green;border:1px solid green;margin:5px">新建卡片</button>
</div> </div>
<!-- <div style="padding: 10px;"> <!-- <div style="padding: 10px;">
......
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