Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DF-L204
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
DF-L204
Commits
230435d7
Commit
230435d7
authored
Mar 26, 2020
by
Chen Jiping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善
parent
8dcb843a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
form.component.html
src/app/form/form.component.html
+2
-18
No files found.
src/app/form/form.component.html
View file @
230435d7
...
@@ -3,16 +3,7 @@
...
@@ -3,16 +3,7 @@
<div
nz-col
nzOffset=
'4'
><h1
nz-title
>
课程内容编辑
</h1></div>
<div
nz-col
nzOffset=
'4'
><h1
nz-title
>
课程内容编辑
</h1></div>
</div>
</div>
<div
nz-form
>
<div
nz-form
>
<!--
<nz-form-item>
<nz-form-control [nzSpan]="6" nzOffset="3" class="add-btn-box">
<button nz-button nzType="dashed" class="add-btn" id="add-btn"
(click)="addExercisesItem()">
<i nz-icon nzType="plus-circle" nzTheme="outline"></i>添加
</button>
</nz-form-control>
</nz-form-item>
-->
<nz-form-item>
<nz-form-item>
<nz-form-control
[
nzSpan
]="
15
"
nzOffset=
"3"
>
<nz-form-control
[
nzSpan
]="
15
"
nzOffset=
"3"
>
<div
*
ngFor=
"let it of item.exercises; let i = index"
class=
"card-item"
style=
"padding: 0.5vw;"
>
<div
*
ngFor=
"let it of item.exercises; let i = index"
class=
"card-item"
style=
"padding: 0.5vw;"
>
...
@@ -26,14 +17,7 @@
...
@@ -26,14 +17,7 @@
</nz-form-control>
</nz-form-control>
</nz-form-item>
</nz-form-item>
<div
>
<div
>
<!--
<nz-divider nzText="练习-{{i+1}}" nzOrientation="left"></nz-divider>
-->
<!--
<button style="margin: 10px;" nz-button nzType="danger" (click)="delExercisesItem(i)">
<span>删除</span>
</button>
-->
<div
*
ngFor=
"let data of it.contents;let j = index"
class=
"card-item"
style=
"padding: 0.5vw;"
>
<div
*
ngFor=
"let data of it.contents;let j = index"
class=
"card-item"
style=
"padding: 0.5vw;"
>
<div
class=
"border"
>
<div
class=
"border"
>
...
...
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