el-table一些样式的改变

1.改变表格标题样式:

/deep/ .el-table thead th

 
2.改变表格行数据样式:
/deep/ .el-table td
 
3.表格行在鼠标经过的时候会有默认背景色,改变背景色颜色
/deep/ .el-table__body tr:hover>td

猜你喜欢

转载自www.cnblogs.com/5201314m/p/12337238.html