Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
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
online-edu
online-edu-admin
Commits
0471984b
Commit
0471984b
authored
Jul 27, 2021
by
lixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程列表视频预览图遮盖按钮
parent
7433319b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
detail.vue
src/views/biz/course/detail.vue
+2
-2
No files found.
src/views/biz/course/detail.vue
View file @
0471984b
...
...
@@ -46,7 +46,7 @@
<a-row
type=
"flex"
justify=
"start"
align=
"middle"
>
<a-col
:span=
"6"
class=
"video-image"
>
<div
class=
"video-image-background"
>
<img
:src=
"video.coverUrl"
width=
"100%"
/>
<img
:src=
"video.coverUrl"
width=
"100%"
height=
"100%"
/>
<div
class=
"video-image-toolbar"
>
<a-icon
type=
"delete"
@
click=
"deleteVideo(video)"
/>
<a-icon
type=
"edit"
@
click=
"editVideo(video)"
/>
...
...
@@ -66,7 +66,7 @@
</div>
<a-button
@
click=
"showVideoUploadModal"
:disabled=
"isReadOnly"
>
上传视频
</a-button>
</a-form-model-item>
<a-form-model-item
label=
"课程简介"
prop=
"introduce"
>
<a-textarea
row=
"2"
v-model=
"step1FormModel.introduce"
:disabled=
"isReadOnly"
/>
</a-form-model-item>
...
...
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