|
@@ -189,8 +189,8 @@ const exportClick = async (_, resolve) => {
|
|
|
.el-table-fixed-column--right.el-table__cell {
|
|
|
background: var(--el-table-header-bg-color) !important;
|
|
|
}
|
|
|
- tbody .el-table-fixed-column--left.el-table__cell,
|
|
|
- tbody .el-table-fixed-column--right.el-table__cell {
|
|
|
+ .el-table-fixed-column--left.el-table__cell,
|
|
|
+ .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 {
|