美文网首页
vue table鼠标悬停放大图片

vue table鼠标悬停放大图片

作者: 末小竹 | 来源:发表于2022-06-10 15:00 被阅读0次

<el-table-column label="图片" align="center" prop="picture" >
<template slot-scope="scope">
<el-popover placement="right" trigger="hover">
<img :src="scope.row.picture" style="width:200px;height:350px;"/>
<img slot="reference" :src="scope.row.picture" style="max-width: 50px;max-height: 100px">
</el-popover>
</template>

相关文章

网友评论

      本文标题:vue table鼠标悬停放大图片

      本文链接:https://www.haomeiwen.com/subject/ivlbmrtx.html