mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-03 03:48:22 +00:00
feat: 审批详情页-流程图和流转记录的高度会随着父容器高度自动调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user