style: 修复流量统计,分析统计列表样式调整
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user