融合列表样式调整
parent
22c9732382
commit
7308f43f81
|
@ -1363,10 +1363,10 @@ export default {
|
|||
padding:0 10px;
|
||||
/deep/.el-table{
|
||||
background-color: #1e1e1e !important;
|
||||
color: #dfdfdf;
|
||||
color: #383838;
|
||||
}
|
||||
/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{
|
||||
background-color: #1e1e1e;
|
||||
|
@ -1375,6 +1375,7 @@ export default {
|
|||
th{
|
||||
background-color: #1e1e1e !important;
|
||||
color: #dfdfdf;
|
||||
border-bottom: 1px solid #383838;
|
||||
}
|
||||
}
|
||||
/deep/.el-table__body-wrapper{
|
||||
|
|
Loading…
Reference in New Issue