🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
``` <el-table-column label="商品图片"> <template #default="scope"> <el-popover placement="right" :width="400" trigger="hover"> <img :src="scope.row.picUrl" width="400" height="400" /> <template #reference> <img :src="scope.row.picUrl" style="max-height: 60px; max-width: 60px" /> </template> </el-popover> </template> </el-table-column> ``` ![](https://img.kancloud.cn/cc/9d/cc9d9d8500451bf5bb2ca84fc617b2c9_1441x721.png)