Commit f8f97fd8 authored by Tt's avatar Tt

新建卡片被隐藏问题

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