From 490eecccc5d550fd68920bfdaf372f7dea4a333b Mon Sep 17 00:00:00 2001
From: gssong <1742057357@qq.com>
Date: 星期五, 17 一月 2025 21:40:37 +0800
Subject: [PATCH] update 调整设计器溢出问题
---
src/views/workflow/processDefinition/design.vue | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/src/views/workflow/processDefinition/design.vue b/src/views/workflow/processDefinition/design.vue
index 46a2cc4..ead501a 100644
--- a/src/views/workflow/processDefinition/design.vue
+++ b/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>
--
Gitblit v1.9.3