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