elementui表格-改变某一列的样式
时间:2019-09-05 12:10:42
收藏:0
阅读:1395
1.
2.
cellStyle({ row, column, rowIndex, columnIndex }) { if (columnIndex === 0) { // 指定列号 return ‘padding:0‘ } else { return ‘‘ } },
原文:https://www.cnblogs.com/Hhuizi/p/11464762.html
评论(0)