Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
east-10
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
east-10
Commits
aef0967a
Commit
aef0967a
authored
Jun 28, 2021
by
linzhiguo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ 增加宽度 星 页
parent
a0ea4f40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
form.component.html
form/src/app/form/form.component.html
+2
-2
No files found.
form/src/app/form/form.component.html
View file @
aef0967a
...
...
@@ -19,7 +19,7 @@
</div>
<div
*
ngFor=
"let data of item.stars;let i = index"
style=
"margin: 2vw;"
>
<div
nz-col
[
nzXs
]='
24
'
[
nzSm
]='
12
'
[
nzMd
]='
12
'
[
nzLg
]='
4
'
>
<nz-card
nzTitle=
"星-{{i + 1}}"
[
nzExtra
]="
extraTemplate
"
style=
"width:
100px; height: 100px; margin: 1vw
;"
>
<nz-card
nzTitle=
"星-{{i + 1}}"
[
nzExtra
]="
extraTemplate
"
style=
"width:
200px; height: 100px
;"
>
</nz-card>
<ng-template
#
extraTemplate
>
<button
style=
"margin: 10px;"
nz-button
nzType=
"danger"
(
click
)="
delStar
(
i
)"
>
...
...
@@ -51,7 +51,7 @@
</div>
<div
*
ngFor=
"let data of item.pages;let i = index"
style=
"margin: 2vw;"
>
<div
nz-col
[
nzXs
]='
24
'
[
nzSm
]='
12
'
[
nzMd
]='
12
'
[
nzLg
]='
4
'
>
<nz-card
nzTitle=
"页-{{i + 1}}"
[
nzExtra
]="
extraTemplate
"
style=
"width:
100px; height: 200px; margin: 1vw
;"
>
<nz-card
nzTitle=
"页-{{i + 1}}"
[
nzExtra
]="
extraTemplate
"
style=
"width:
200px; height: 200px
;"
>
<nz-form-item>
<nz-form-label
[
nzSpan
]="
6
"
>
星
</nz-form-label>
<nz-form-control
[
nzSpan
]="
12
"
>
...
...
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