diff --git a/src/views/workflow/task/components/flow/ProcessInformation.vue b/src/views/workflow/task/components/flow/ProcessInformation.vue index dfe0897..93552cd 100644 --- a/src/views/workflow/task/components/flow/ProcessInformation.vue +++ b/src/views/workflow/task/components/flow/ProcessInformation.vue @@ -168,7 +168,7 @@ if (props.canClick) { .flow-record-box { width: 100%; - height: 80vh; + height: 65vh; position: relative; margin-top: 50px; }