update 优化 调整预览组件高度

This commit is contained in:
疯狂的狮子Li 2025-01-16 16:49:43 +08:00
parent 522087e18f
commit 9cc8195237

View File

@ -2,7 +2,7 @@
<div class="container"> <div class="container">
<el-dialog v-model="visible" draggable title="审批记录" :width="props.width" :height="props.height" :close-on-click-modal="false"> <el-dialog v-model="visible" draggable title="审批记录" :width="props.width" :height="props.height" :close-on-click-modal="false">
<el-tabs v-model="tabActiveName" class="demo-tabs" > <el-tabs v-model="tabActiveName" class="demo-tabs" >
<el-tab-pane v-loading="loading" label="流程图" name="image" style="height: 500px"> <el-tab-pane v-loading="loading" label="流程图" name="image" style="height: 68vh;">
<div <div
ref="imageWrapperRef" ref="imageWrapperRef"
class="image-wrapper" class="image-wrapper"