css封装

This commit is contained in:
2026-01-23 11:15:34 +08:00
parent 6d5394f565
commit 1797c5c193

View File

@@ -1,13 +1,14 @@
:root {
--mineTable-notFinish-bg-color: #c7ffa5;
--mineTable-click-bg-color: #d2f0ff;
}
:deep(.el-table .success-row) {
.el-table .success-row {
background-color: var(--mineTable-notFinish-bg-color) !important;
}
:deep(.el-table__body tr.current-row>td.el-table__cell) {
.el-table__body tr.current-row>td.el-table__cell {
background-color: var(--mineTable-click-bg-color) !important;
}