element table数据超出部分省略号加悬浮展示

表格内数据:

:show-overflow-tooltip="true":
<el-table-column :show-overflow-tooltip="true" type="index" label="序号" width="60px"></el-table-column>  

表头部分省略号:

/deep/ .el-table th.el-table__cell>.cell {
    white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden; 
}

 

posted @ 2022-01-11 19:34  _Lawrence  阅读(458)  评论(0编辑  收藏  举报