Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LWD_2
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
LWD_2
Commits
c4b74ecb
Commit
c4b74ecb
authored
Jun 16, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 删掉一个属性
parent
a9c5babd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
form.component.html
form/src/app/form/form.component.html
+1
-1
No files found.
form/src/app/form/form.component.html
View file @
c4b74ecb
...
...
@@ -23,7 +23,7 @@
<div
nz-row
>
<div
*
ngFor=
"let data of item.sheepfoldArr;let i = index"
style=
"margin: 2vw;"
>
<div
nz-col
[
nzXs
]='
24
'
[
nzSm
]='
12
'
[
nzMd
]='
12
'
[
nzLg
]='
9
'
>
<nz-card
nzTitle=
"类别-{{i + 1}}"
[
nzExtra
]="
extraTemplate
"
style=
"height: 150px; margin: 1vw;"
>
<nz-card
nzTitle=
"类别-{{i + 1}}"
style=
"height: 150px; margin: 1vw;"
>
<nz-form-item>
<nz-form-label
[
nzSpan
]="
6
"
nzFor=
"{{i}}.word"
>
标题
</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