Element 指定内容换行

基础布局

<el-table-column show-overflow-tooltip align="right" header-align="center" prop="MILEAGE" :label="'里程\n(公里)'"></el-table-column>

添加以下样式即可

/deep/ .el-table thead {
  white-space: pre-line;/*保留换行符*/
}
上一篇:VSCode代码格式提示(参数提示)


下一篇:2021-10-17