zl7261

Results 2 issues of zl7261

headerRowClassName函数指定的class依然没有覆盖默认的element table 样式 需要通过/deep/来修改表头样式 主要是 background-color 与color样式 ```html .haha { background-color: rgb(0, 51, 102) !important; color: red; text-align: center } ``` color成功修改,但bg-color只修改了最右边的背景,子类的的没有没修改 ```html ``` 真正修改表头的背景颜色,需要 ```css /deep/ .plTableBox .el-table th...

![image](https://github.com/user-attachments/assets/1a8f11bc-6109-4764-ba8c-816a8c5646bf) ![image](https://github.com/user-attachments/assets/5bb4625b-ca4a-497d-a6f4-fc86062672dc) ![image](https://github.com/user-attachments/assets/0904d7e0-f33c-45f5-aa83-2e5864930784) ![image](https://github.com/user-attachments/assets/8aa61c48-03c8-41d1-9b9f-a8dda7ccee26)