/* 永续合约-仓位-table-背景色 */
|
|
.position-block .el-table {
|
background-color: #000;
|
}
|
.position-block .el-table tr {
|
background-color: #000;
|
height: 66px;
|
}
|
.position-block .el-table tbody tr:hover > td {
|
background-color: #000 !important;
|
}
|
|
.position-block .el-table th.el-table__cell.is-leaf {
|
background: #000;
|
}
|
|
.position-block .el-table td.el-table__cell,
|
.position-block .el-table th.el-table__cell.is-leaf {
|
border-bottom: 1px solid #24272c;
|
}
|
|
.position-block .el-table__body-wrapper {
|
background-color: #000;
|
}
|
.position-block .el-table__inner-wrapper::before {
|
height: 0px;
|
}
|
|
.position-block .el-table--border::after,
|
.position-block .el-table--group::after,
|
.position-block .el-table::before {
|
content: "";
|
position: absolute;
|
background-color: #000;
|
z-index: 1;
|
}
|