Commit 0fd74ca6 authored by YuY's avatar YuY

大赛描述页面提交

parent 04bdfd33
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment