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
0fd74ca6
Commit
0fd74ca6
authored
Mar 26, 2024
by
YuY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
大赛描述页面提交
parent
04bdfd33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/contentManagement/competitionSupport/index.vue
+4
-4
No files found.
src/views/contentManagement/competitionSupport/index.vue
View file @
0fd74ca6
...
@@ -58,11 +58,11 @@
...
@@ -58,11 +58,11 @@
<el-table-column
label=
"封面"
prop=
"contestPicture"
:show-overflow-tooltip=
"true"
width=
"300px"
>
<el-table-column
label=
"封面"
prop=
"contestPicture"
:show-overflow-tooltip=
"true"
width=
"300px"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<div
:id=
"step(scope.$index)"
>
<div
:id=
"step(scope.$index)"
>
<el-image
@
click=
"handleClickStop(scope.$index)"
style=
"width:
200px;height: 100px
"
<el-image
@
click=
"handleClickStop(scope.$index)"
style=
"width:
100%;height:100%;
"
:src=
"scope.row.url"
:preview-src-list=
"[scope.row.url]"
>
:src=
"scope.row.url"
:preview-src-list=
"[scope.row.url]"
>
<div
slot=
"error"
class=
"image-slot"
>
<!--
<div
slot=
"error"
class=
"image-slot"
>
--
>
<i
class=
"el-icon-picture-outline"
></i
>
<!--
<i
class=
"el-icon-picture-outline"
></i>
--
>
</div
>
<!--
</div>
--
>
</el-image>
</el-image>
</div>
</div>
</
template
>
</
template
>
...
...
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