|
|
@@ -653,7 +653,7 @@ export default {
|
|
|
::v-deep .el-table,
|
|
|
::v-deep .el-table__expanded-cell {
|
|
|
background-color: transparent;
|
|
|
- background-color: #24578c;
|
|
|
+ background-color: #0e3779;
|
|
|
}
|
|
|
|
|
|
::v-deep .el-table th,
|
|
|
@@ -665,7 +665,7 @@ export default {
|
|
|
|
|
|
// 鼠标悬停时背景颜色设置
|
|
|
::v-deep .el-table tbody tr:hover > td {
|
|
|
- background-color: #24578c;
|
|
|
+ background-color: #0e3779;
|
|
|
}
|
|
|
|
|
|
::v-deep .el-table__header-wrapper {
|
|
|
@@ -694,5 +694,14 @@ export default {
|
|
|
td {
|
|
|
background-color: rgba($color: #58beff, $alpha: 0.3);
|
|
|
}
|
|
|
+
|
|
|
+ // 清除表格默认下边框
|
|
|
+ ::v-deep .el-table__cell,
|
|
|
+ ::v-deep .el-table th.el-table__cell.is-leaf {
|
|
|
+ border-bottom: none;
|
|
|
+ }
|
|
|
+ ::v-deep .el-table::before {
|
|
|
+ width: 0;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|