Skip to content

Commit

Permalink
style: 修复表单收集样式 (#1646)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 authored Nov 18, 2024
1 parent 2f03409 commit c3d1389
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions ui/src/workflow/nodes/form-node/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@
/>
</el-form-item>
<el-form-item label="表单配置" @click.prevent>
<div class="flex-between mb-16">
<h5 class="lighter">{{ '接口传参' }}</h5>
<el-button link type="primary" @click="openAddFormCollect()">
<el-icon class="mr-4">
<Plus />
</el-icon>
添加
</el-button>
</div>
<template #label>
<div class="flex-between mb-16">
<h5 class="lighter">{{ '表单配置' }}</h5>
<el-button link type="primary" @click="openAddFormCollect()">
<el-icon class="mr-4">
<Plus />
</el-icon>
添加
</el-button>
</div></template
>

<el-table
v-if="form_data.form_field_list.length > 0"
:data="form_data.form_field_list"
Expand Down

0 comments on commit c3d1389

Please sign in to comment.