vue elementui如何修改el-table头部样式

找到el-table加入红色代码

然后再methods加入

// 修改table tr行的背景色
tableRowStyle ({ row, rowIndex }) {
// return 'background-color: pink'
},
// 修改table header的背景色
tableHeaderColor ({ row, column, rowIndex, columnIndex }) {
if (rowIndex === 0) {
return 'background-color: #FAFAFA;color: #000;font-weight: 500;'

vue elementui如何修改el-table头部样式最先出现在Python成神之路

版权声明:
作者:admin
链接:https://www.techfm.club/p/11650.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>