fix: 修复系统页面 右侧点击事件Box,列表展示样式错误问题

This commit is contained in:
@changcode
2021-06-21 10:41:09 +08:00
parent eeb75acc9c
commit 09e127eb88

View File

@@ -313,13 +313,14 @@
border-right: none !important;
}
/* 最后一列用box-shadow模拟边框 */
.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__body-wrapper td:nth-last-child(2) {
box-shadow: 1px 0 $--right-box-border-color;
}
.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__header-wrapper th:nth-last-child(3) {
border-right: none !important;
box-shadow: 1px 0 $--right-box-border-color;
}
//.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__body-wrapper td:nth-last-child(3) {
// //box-shadow: 1px 0 $--right-box-border-color;
// border-left: 1px solid $--right-box-border-color;
//}
//.el-table:not(.no-operation):not(.chart-table).el-table--border .el-table__header-wrapper th:nth-last-child(3) {
// border-right: none !important;
// box-shadow: 1px 0 $--right-box-border-color;
//}
.el-table__fixed-body-wrapper {
td:not(.is-hidden) {
border-left: 1px solid $--right-box-border-color;