Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jj_video_practice
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
jj_video_practice
Commits
ba880505
Commit
ba880505
authored
Dec 23, 2025
by
kingweight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整样式
parent
a4dcd6d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
form.component.html
src/app/form/form.component.html
+4
-4
No files found.
src/app/form/form.component.html
View file @
ba880505
...
@@ -8,13 +8,13 @@
...
@@ -8,13 +8,13 @@
<div
style=
"width: 100px; background-color: white; transform: translateY(-30px);"
>
视频互动课信息
</div>
<div
style=
"width: 100px; background-color: white; transform: translateY(-30px);"
>
视频互动课信息
</div>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<h3
style=
"width: 1
2
0px;"
>
单元名称:
</h3>
<h3
style=
"width: 1
5
0px;"
>
单元名称:
</h3>
<textarea
nz-input
[(
ngModel
)]="
item
.
title
"
(
blur
)="
save
()"
style=
" width:
100%
; min-height: 60px;"
></textarea>
<textarea
nz-input
[(
ngModel
)]="
item
.
title
"
(
blur
)="
save
()"
style=
" width:
400px
; min-height: 60px;"
></textarea>
</div>
</div>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<h3>
视频互动课名称:
</h3>
<h3
style=
"min-width: 150px;"
>
视频互动课名称:
</h3>
<textarea
nz-input
[(
ngModel
)]="
item
.
video_title
"
(
blur
)="
save
()"
style=
" width:
32
0px; min-height: 60px;"
></textarea>
<textarea
nz-input
[(
ngModel
)]="
item
.
video_title
"
(
blur
)="
save
()"
style=
" width:
40
0px; min-height: 60px;"
></textarea>
</div>
</div>
<br>
<br>
<app-upload-image-with-preview
style=
"width: 80%;"
[
picUrl
]="
item
.
cover
"
(
imageUploaded
)="
onImageUploadSuccess
($
event
)"
>
<app-upload-image-with-preview
style=
"width: 80%;"
[
picUrl
]="
item
.
cover
"
(
imageUploaded
)="
onImageUploadSuccess
($
event
)"
>
...
...
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