This commit is contained in:
linfso 2024-08-03 14:46:38 +08:00
parent 1db40a7ef1
commit a1c9e7046b

View File

@ -1334,6 +1334,14 @@ export default {
background: rgba($color: #f56c6c, $alpha: 0.5) !important;
}
.el-table__body tr.current-row > td {
background-color: #78f709 !important;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
background-color: #f6d604 !important;
cursor:pointer;
}
</style>