瀏覽代碼

update 调整设计器宽度

gssong 5 月之前
父節點
當前提交
3c2409169b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/workflow/processDefinition/design.vue

+ 2 - 2
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>