feat: 审批详情页-流程图和流转记录的高度会随着父容器高度自动调整

This commit is contained in:
GoldenZqqq
2024-11-13 09:34:21 +08:00
parent 735837f0f9
commit 0db0b66051
3 changed files with 23 additions and 1 deletions

View File

@ -319,6 +319,15 @@ $process-header-height: 194px;
$process-header-height - 40px
);
overflow: auto;
:deep(.box-card) {
height: 100%;
.el-card__body {
height: 100%;
padding: 0;
}
}
}
}