1.

elementui表格-改变某一列的样式

 

 

 2.

cellStyle({ row, column, rowIndex, columnIndex }) {
      if (columnIndex === 0) {
        // 指定列号
        return 'padding:0'
      } else {
        return ''
      }
    },

 

相关文章:

  • 2021-06-06
  • 2021-05-29
  • 2021-10-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案