Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张伯涛
tea-resources-web
Commits
f4dabb01
Commit
f4dabb01
authored
Aug 16, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
dc4a62a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
zanwushuju.png
src/assets/image/zanwushuju.png
+0
-0
courseCatalogues.vue
...s/courseInformation/courseManagement/courseCatalogues.vue
+10
-1
No files found.
src/assets/image/zanwushuju.png
0 → 100644
View file @
f4dabb01
12.3 KB
src/views/courseInformation/courseManagement/courseCatalogues.vue
View file @
f4dabb01
...
...
@@ -261,7 +261,8 @@
<el-button
type=
"primary"
@
click=
"previewToUpload()"
>
上传
</el-button>
</div>
</div>
<edu-video
v-if=
"videoShow"
ref=
"videoPreview"
:player-options=
"playerOptions"
/>
<edu-video
v-if=
"videoShow && (videoList && videoList.length > 0)"
ref=
"videoPreview"
:player-options=
"playerOptions"
/>
<div
class=
"noDataRow"
v-if=
"videoList.length === 0"
>
<img
:src=
"require('@/assets/image/zanwushuju.png')"
class=
"noData"
></div>
<edu-ppt
v-if=
"pptShow"
:pdf-src=
"pptUrl"
/>
<div
v-if=
"pdfShow"
>
<div
class=
"showDialogTop"
>
...
...
@@ -2844,6 +2845,14 @@ export default {
overflow-y
:auto
;
}
.previewDialog
{
.noDataRow
{
padding-top
:
70px
;
text-align
:
center
;
}
.noData
{
width
:
162px
;
height
:
162px
;
}
.el-dialog__body
{
min-height
:
550px
!
important
;
}
...
...
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