feat:【ele】【ant】bpm form 高度不正确的问题
This commit is contained in:
@@ -138,11 +138,7 @@ onMounted(() => {
|
||||
<FormModal @success="handleBack" />
|
||||
|
||||
<Spin :spinning="loading">
|
||||
<FcDesigner
|
||||
class="h-full min-h-[500px]"
|
||||
ref="designerRef"
|
||||
:config="designerConfig"
|
||||
>
|
||||
<FcDesigner ref="designerRef" height="90vh" :config="designerConfig">
|
||||
<template #handle>
|
||||
<Button size="small" type="primary" @click="handleSave">
|
||||
<IconifyIcon icon="mdi:content-save" />
|
||||
|
||||
@@ -137,19 +137,18 @@ onMounted(() => {
|
||||
<Page auto-content-height>
|
||||
<FormModal @success="handleBack" />
|
||||
|
||||
<div v-loading="loading">
|
||||
<FcDesigner
|
||||
class="h-full min-h-[500px]"
|
||||
ref="designerRef"
|
||||
:config="designerConfig"
|
||||
>
|
||||
<template #handle>
|
||||
<ElButton size="small" type="primary" @click="handleSave">
|
||||
<IconifyIcon icon="mdi:content-save" />
|
||||
保存
|
||||
</ElButton>
|
||||
</template>
|
||||
</FcDesigner>
|
||||
</div>
|
||||
<FcDesigner
|
||||
ref="designerRef"
|
||||
height="90vh"
|
||||
v-loading="loading"
|
||||
:config="designerConfig"
|
||||
>
|
||||
<template #handle>
|
||||
<ElButton size="small" type="primary" @click="handleSave">
|
||||
<IconifyIcon icon="mdi:content-save" />
|
||||
保存
|
||||
</ElButton>
|
||||
</template>
|
||||
</FcDesigner>
|
||||
</Page>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user