style: 修复报告下拉列表样式覆盖问题

This commit is contained in:
@changcode
2022-06-23 14:34:52 +08:00
parent 9e239fd2d8
commit b04c365f6b

View File

@@ -49,9 +49,15 @@
.el-table__row .el-table-column--selection .cell {
padding: 0;
}
.el-table__row.expanded {
td {
border-bottom: none;
}
}
.el-table__body-wrapper {
.el-table__expanded-cell {
z-index: 100;
border-top: 1px solid #E7EAED;
}
}
.el-table__fixed,