赞
踩
<el-table-column :show-overflow-tooltip="true" v-for="(item, index) in bgrqs" :label="item" :key="index" align="center" > <template slot-scope="scope" > <span :style="textColor(scope.row[index])"> {{scope.row[index]}}</span> </template> </el-table-column> </el-table>
只需要加上下列代码就可以是实现了
:show-overflow-tooltip="true"
默认是false,我们设置为true就可以了
效果如下
这篇文章并非自己原创,原作者在下面
ElementUI表格列文字超出隐藏_:show-overflow-tooltip="true"隐藏数据不显示-CSDN博客
希望可以帮助到各位小伙伴!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。