怎么让el-table中的文本居中 :cell-style="{'text-align':'center'}"


怎么让el-table中的文本居中

在这里插入图片描述

整个表格和内容居中的方式:header-cell-style设置头部居中;cell-style设置单元格内容居中



  • 1
  • 2
  • 3
  • 4
  • 5
  • 6

单个表格的内容居中:只需要在el-table-column上加上align=‘center’


  
  • 1
  • 2
https://blog.csdn.net/weixin_44880730/article/details/109118362