css封装
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
--mineTable-notFinish-bg-color: #c7ffa5;
|
--mineTable-notFinish-bg-color: #c7ffa5;
|
||||||
--mineTable-click-bg-color: #d2f0ff;
|
--mineTable-click-bg-color: #d2f0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-table .success-row) {
|
.el-table .success-row {
|
||||||
background-color: var(--mineTable-notFinish-bg-color) !important;
|
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;
|
background-color: var(--mineTable-click-bg-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user