赞
踩
场景:
我们在做项目中,难免会遇见各种需求
比如我们要求将表格中有比较长的内容,显示省略号
使用属性为::show-overflow-tooltip=‘true’
实现的效果:
html:
<el-table-column prop="label" label="标签" align="left" width="160" header-align="center" :show-overflow-tooltip='true' />
给对应的列加上属性::show-overflow-tooltip='true'即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。