vue+ele动态表格文字超长显示省略号

.el-table td.el-table__cell div {
    /* 强制不换⾏ */
    white-space: nowrap;
    /* 超出部分用....代替 */
    text-overflow: ellipsis;
    /* 超出隐藏 */
    overflow: hidden;
  }
posted @ 2022-06-30 15:44  Ao_min  阅读(341)  评论(0编辑  收藏  举报