2026-01-23 11:15:34 +08:00
|
|
|
|
2026-01-23 11:10:04 +08:00
|
|
|
:root {
|
|
|
|
|
--mineTable-notFinish-bg-color: #c7ffa5;
|
|
|
|
|
--mineTable-click-bg-color: #d2f0ff;
|
|
|
|
|
}
|
|
|
|
|
|
2026-01-23 11:15:34 +08:00
|
|
|
.el-table .success-row {
|
2026-01-23 11:10:04 +08:00
|
|
|
background-color: var(--mineTable-notFinish-bg-color) !important;
|
|
|
|
|
}
|
2026-01-23 11:15:34 +08:00
|
|
|
|
|
|
|
|
.el-table__body tr.current-row>td.el-table__cell {
|
2026-01-23 11:10:04 +08:00
|
|
|
background-color: var(--mineTable-click-bg-color) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* :deep(.el-table__body tr.hover-row>td.el-table__cell){
|
|
|
|
|
background-color: unset !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table {
|
|
|
|
|
--el-table-row-hover-bg-color: transparent;
|
|
|
|
|
} */
|