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