|
@@ -182,15 +182,15 @@ const exportClick = async (_, resolve) => {
|
|
|
--el-table-header-bg-color: #101010;
|
|
|
--el-table-header-text-color: #fff;
|
|
|
--el-table-text-color: #101010;
|
|
|
- .is-group th.el-table__cell {
|
|
|
+ thead.is-group th.el-table__cell {
|
|
|
background: var(--el-table-header-bg-color);
|
|
|
}
|
|
|
- .el-table-fixed-column--left.el-table__cell,
|
|
|
- .el-table-fixed-column--right.el-table__cell {
|
|
|
+ thead .el-table-fixed-column--left.el-table__cell,
|
|
|
+ thead .el-table-fixed-column--right.el-table__cell {
|
|
|
background: var(--el-table-header-bg-color) !important;
|
|
|
}
|
|
|
- .el-table-fixed-column--left.el-table__cell,
|
|
|
- .el-table-fixed-column--right.el-table__cell {
|
|
|
+ tbody .el-table-fixed-column--left.el-table__cell,
|
|
|
+ tbody .el-table-fixed-column--right.el-table__cell {
|
|
|
background: var(--el-table-tr-bg-color) !important;
|
|
|
}
|
|
|
.el-table__body tr.current-row>td.el-table__cell {
|