CN-926 fix: 样式细节优化

This commit is contained in:
chenjinsong
2023-03-10 21:15:09 +08:00
parent 64a6eac4a7
commit 1dee23435d
3 changed files with 8 additions and 7 deletions

View File

@@ -14,9 +14,8 @@
z-index: 0;
}
.main-container {
padding: 0px;
padding: 0;
height: 100%;
background-color: #f6f6f6;
&>div {
background-color: white;
}
@@ -314,7 +313,7 @@
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) {
/*.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) {
@@ -333,7 +332,7 @@
th:last-of-type {
border-right: none !important;
}
}
}*/
.el-table--border:not(.chart-table)::after, .el-table--group:not(.chart-table)::after {
width: 0;
}