多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
``` <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)