兰宝车间质量管理系统-前端
gssong
2025-01-17 3c2409169b9e9ce44fd8e20feb2b85e03df226b7
update 调整设计器宽度
已修改1个文件
4 ■■■■ 文件已修改
src/views/workflow/processDefinition/design.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/workflow/processDefinition/design.vue
@@ -1,6 +1,6 @@
<template>
  <div ref="container" class="w-full h-[calc(100vh-84px)]">
    <iframe ref="iframe" :src="iframeUrl" frameborder="0" style="height: 100%; width: inherit"></iframe>
  <div ref="container" class="w-full h-[calc(100vh-88px)]">
    <iframe ref="iframe" :src="iframeUrl" frameborder="0" height="100%" style="height: 100%; width: inherit"></iframe>
  </div>
</template>