el-table-column 规定超过多少个文本才显示。。。


  

// 样式

.hiddenOverText {
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 23px;
}
.overText {
  position: absolute;
  bottom: 0px;
  content: '...';
  right: -8px;
}
.noText {
  width: 100% !important;
}

// 效果图

el-table-column 规定超过多少个文本才显示。。。_第1张图片

你可能感兴趣的:(element)