|
@@ -598,7 +598,7 @@ export default {
|
|
|
::v-deep .el-table,
|
|
::v-deep .el-table,
|
|
|
::v-deep .el-table__expanded-cell {
|
|
::v-deep .el-table__expanded-cell {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
- background-color: #24578c;
|
|
|
|
|
|
|
+ background-color: #0e3779;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 清除表格默认下边框
|
|
// 清除表格默认下边框
|
|
@@ -638,7 +638,7 @@ export default {
|
|
|
|
|
|
|
|
// 鼠标悬停时背景颜色设置
|
|
// 鼠标悬停时背景颜色设置
|
|
|
::v-deep .el-table tbody tr:hover > td {
|
|
::v-deep .el-table tbody tr:hover > td {
|
|
|
- background-color: #24578c;
|
|
|
|
|
|
|
+ background-color: #0e3779;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 输入框 筛选框 圆角设置
|
|
// 输入框 筛选框 圆角设置
|