Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NS01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
NS01
Commits
f8f97fd8
Commit
f8f97fd8
authored
Dec 20, 2021
by
Tt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新建卡片被隐藏问题
parent
f05b62f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
game.ts
assets/NS01/scene/model/game.ts
+0
-2
form.component.html
form/src/app/form/form.component.html
+4
-4
No files found.
assets/NS01/scene/model/game.ts
View file @
f8f97fd8
...
...
@@ -94,6 +94,4 @@ export class Game {
public
get
list
()
{
return
this
.
_list
;
}
}
form/src/app/form/form.component.html
View file @
f8f97fd8
...
...
@@ -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;">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment