【vue 项目】element table 组件内容换行

在这里插入图片描述

JS

const arr = [120-长度, 50-宽度, 110-高度]
this.tableList.dataValue = arr.join('\n')

css

::v-deep .el-table .cell {
    
    
  white-space: pre-line !important;
}

在CSS中设置上面样式就可以实现
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/Aohanzzz/article/details/126785207
今日推荐