This commit is contained in:
lnn19986213 2024-05-29 09:57:23 +08:00
parent 2ff3bdaf78
commit 0594060e1d
2 changed files with 4 additions and 4 deletions

View File

@ -2148,11 +2148,11 @@ onBeforeMount(async () => {
}
}
::v-deep .el-table--enable-row-hover .el-table__body tr:hover > td {
:deep(.el-table--enable-row-hover .el-table__body tr:hover > td) {
background-color: #2f4b74;
}
::v-deep .el-table__empty-block {
:deep(.el-table__empty-block) {
background-color: #122560;
}

View File

@ -1011,11 +1011,11 @@ const getData = async () => {
padding-left: 10px;
}
}
::v-deep .el-table--enable-row-hover .el-table__body tr:hover > td {
:deep(.el-table--enable-row-hover .el-table__body tr:hover > td) {
background-color: #2f4b74;
}
::v-deep .el-table__empty-block {
:deep(.el-table__empty-block) {
background-color: #122560;
}