mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-09-18 19:11:57 +08:00
feat: 审批详情页-流程图和流转记录的高度会随着父容器高度自动调整
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
:flow-node="simpleModel"
|
||||
:tasks="tasks"
|
||||
:process-instance="processInstance"
|
||||
class="process-viewer"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -151,3 +152,10 @@ const setSimpleModelNodeTaskStatus = (
|
||||
)
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
:deep(.process-viewer) {
|
||||
height: 100% !important;
|
||||
min-height: 500px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user