Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
e15ba7e945
|
@ -131,7 +131,6 @@
|
|||
<el-table
|
||||
:data="data.phq.phqgzs"
|
||||
style="width: 100%; height: 480px"
|
||||
class="table-style"
|
||||
:row-style="rowState"
|
||||
:header-cell-style="tableHeaderColor"
|
||||
>
|
||||
|
@ -804,6 +803,9 @@ onMounted(() => {});
|
|||
// :deep(.el-table--enable-row-hover .el-table__body tr:hover > td) {
|
||||
// background-color: #2f4b74 !important;
|
||||
// }
|
||||
:deep(.el-table__body tr.hover-row > td.el-table__cell) {
|
||||
background-color: #2f4b74;
|
||||
}
|
||||
:deep(.el-table__empty-block) {
|
||||
background-color: #122560;
|
||||
}
|
||||
|
@ -853,9 +855,5 @@ onMounted(() => {});
|
|||
background: rgba(255, 255, 255, 0.14);
|
||||
border: 1px solid #6bade1;
|
||||
}
|
||||
|
||||
</style>
|
||||
<style scoped>
|
||||
.table-style >>> .el-table__body tr:hover > td {
|
||||
background-color: #2f4b74 !important;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue