融合列表样式调整

uat_us
caiyiling 2024-03-06 17:16:13 +08:00
parent 22c9732382
commit 7308f43f81
1 changed files with 3 additions and 2 deletions

View File

@ -1363,10 +1363,10 @@ export default {
padding:0 10px; padding:0 10px;
/deep/.el-table{ /deep/.el-table{
background-color: #1e1e1e !important; background-color: #1e1e1e !important;
color: #dfdfdf; color: #383838;
} }
/deep/.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{ /deep/.el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
border-bottom: 1px solid #dfdfdf; border-bottom: 1px solid #383838;
} }
.el-table--border::after, .el-table--group::after, .el-table::before{ .el-table--border::after, .el-table--group::after, .el-table::before{
background-color: #1e1e1e; background-color: #1e1e1e;
@ -1375,6 +1375,7 @@ export default {
th{ th{
background-color: #1e1e1e !important; background-color: #1e1e1e !important;
color: #dfdfdf; color: #dfdfdf;
border-bottom: 1px solid #383838;
} }
} }
/deep/.el-table__body-wrapper{ /deep/.el-table__body-wrapper{