<el-table-column label="缩略图片" min-width="50%">
<template slot-scope="scope">
<el-popover placement="right" title="" trigger="hover">
<img :src="scope.row.picPath" />
<img slot="reference" :src="scope.row.picPath" style="max-height: 50px;max-width: 130px">
</el-popover>
</template>
</el-table-column>
html页面渲染缩略图
最新推荐文章于 2024-05-20 17:23:25 发布