0
点赞
收藏
分享

微信扫一扫

前端工作总结97-修改省略号


<el-table-column
:show-overflow-tooltip="true"
v-for="(column, index) in columns"
:key="index"
:type="column.type"
:prop="column.prop"
:label="column.label"
:width="column.width"
:fixed="column.fixed"
:sortable="column.sortable"
>
</el-table-column>

vue里面廷加省略号

:show-overflow-tooltip="true"

前端工作总结97-修改省略号_省略号

 

举报

相关推荐

0 条评论