style: 修复流量统计,分析统计列表样式调整

This commit is contained in:
@changcode
2022-06-24 15:53:52 +08:00
parent 2aec509f41
commit b5926898f1

View File

@@ -51,6 +51,7 @@
font-size: 12px; font-size: 12px;
color: #333333; color: #333333;
font-weight: 500; font-weight: 500;
border-bottom: none !important;
.el-table__header-wrapper { .el-table__header-wrapper {
.cell { .cell {
@@ -60,6 +61,9 @@
.el-table__expanded-cell[class*=cell] { .el-table__expanded-cell[class*=cell] {
padding: 0; padding: 0;
} }
.el-table__expanded-cell[class*=cell]:last-child {
border-bottom: none;
}
.expand-table .el-table__body .el-table__row:last-of-type td { .expand-table .el-table__body .el-table__row:last-of-type td {
border: none; border: none;