Commit 0e42773b authored by 王晓倩's avatar 王晓倩

隐患列表图片垂直居中

parent b897d39d
......@@ -56,7 +56,7 @@
</el-table-column>
<el-table-column label="图片" align="center" prop="pictureUrl" >
<template slot-scope="scope">
<el-image :src="scope.row.pictureUrl" :preview-src-list="[scope.row.pictureUrl]" v-if="scope.row.pictureUrl != '' && scope.row.pictureUrl != null" style="width: 16px;"></el-image>
<el-image :src="scope.row.pictureUrl" :preview-src-list="[scope.row.pictureUrl]" v-if="scope.row.pictureUrl != '' && scope.row.pictureUrl != null" style="width: 20%;vertical-align:middle"></el-image>
</template>
</el-table-column>
<el-table-column label="上报人" align="center" prop="reportManName" />
......
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