问题描述

elementUI table表格渲染数据时,thead和tbody中的列宽不一致

问题解决

全局设置以下样式:

body .el-table th.gutter{
  display: table-cell!important;
}
body .el-table colgroup.gutter{
  display: table-cell!important;
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-07-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-04
  • 2022-01-22
  • 2022-01-02
  • 2022-12-23
相关资源
相似解决方案