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
79c049cd
Commit
79c049cd
authored
Dec 26, 2025
by
kingweight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐藏视频封面
parent
165c7f5f
Changes
1
Show 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 @
79c049cd
...
@@ -7,22 +7,22 @@
...
@@ -7,22 +7,22 @@
<div
>
<div
>
<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: 150px; text-align:left">单元名称:</h3>
<h3 style="width: 150px; text-align:left">单元名称:</h3>
<textarea nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 640px; min-height: 60px;"></textarea>
<textarea nz-input [(ngModel)]="item.title" (blur)="save()" style=" width: 640px; 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
style=
"min-width: 150px; text-align:left"
>
视频互动课名称:
</h3>
<h3
style=
"min-width: 150px; text-align:left"
>
视频互动课名称:
</h3>
<textarea
nz-input
[(
ngModel
)]="
item
.
video_title
"
(
blur
)="
save
()"
style=
" width: 640px; min-height: 60px;"
></textarea>
<textarea
nz-input
[(
ngModel
)]="
item
.
video_title
"
(
blur
)="
save
()"
style=
" width: 640px; min-height: 60px;"
></textarea>
</div>
</div>
<br>
<br>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<
!-- <
div style="margin: 20px; display: flex; align-items: center; ">
<h3 style="min-width: 150px; text-align:left">上传视频封面:</h3>
<h3 style="min-width: 150px; text-align:left">上传视频封面:</h3>
<app-upload-image-with-preview style="width: 80%; max-width: 640px;" [picUrl]="item.cover" (imageUploaded)="onImageUploadSuccess($event)">
<app-upload-image-with-preview style="width: 80%; max-width: 640px;" [picUrl]="item.cover" (imageUploaded)="onImageUploadSuccess($event)">
</app-upload-image-with-preview>
</app-upload-image-with-preview>
</div>
</div>
-->
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<div
style=
"margin: 20px; display: flex; align-items: center; "
>
<h3
style=
"min-width: 150px; text-align:left"
>
上传视频:
</h3>
<h3
style=
"min-width: 150px; text-align:left"
>
上传视频:
</h3>
...
...
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