element 表格内容过长时设置隐藏,通过popover弹窗显示
程序员文章站
2024-03-21 16:45:40
...
一、 首先看效果图:
二、示例代码:
<el-table-column prop="safetyRisk" label="安全隐患" width="200">
<template slot-scope="scope">
<el-popover
placement="top-start"
title="安全隐患"
width="300"
trigger="hover"
>
<div>{{ scope.row.safetyRisk }}</div>
<span slot="reference">{{
scope.row.safetyRisk.substr(0, 30) + "..."
}}</span>
</el-popover>
</template>
</el-table-column>
参考 https://www.jianshu.com/p/7e7b65b99f3d
有问题欢迎来微信找我!一起学习成长,交个朋友!^_^
微信搜索:acoolgiser,或者直接扫描