fix : 修复详情排版

This commit is contained in:
2024-08-06 18:26:47 +08:00
parent 1b1e0a8174
commit c61b06e8b2
8 changed files with 72 additions and 39 deletions

View File

@@ -196,4 +196,19 @@ watch(() => props.processViewer, (newVal) => {
:deep(.el-table--fit ) {
height: 162px !important;
}
:deep(.el-table__header) {
.is-leaf:first-child {
.cell {
margin-left: -25px !important;
}
}
}
:deep(.el-table__body) {
.el-table__cell:first-child {
.cell {
margin-left: -13px !important;
}
}
}
</style>