File tree 1 file changed +10
-12
lines changed
ui/src/workflow/nodes/base-node/component
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" flex-between mb-16" >
3
3
<h5 class =" lighter" >{{ $t('chat.userInput') }}</h5 >
4
4
<div >
5
- <el-button
6
- type =" primary"
7
- link
8
- @click =" openChangeTitleDialog"
9
- >
5
+ <el-button type =" primary" link @click =" openChangeTitleDialog" >
10
6
<el-icon >
11
7
<Setting />
12
8
</el-icon >
13
9
</el-button >
14
- <el-button link type =" primary" @click =" openAddDialog()" >
15
- <el-icon class =" mr-4" >
16
- <Plus />
17
- </el-icon >
18
- {{ $t('common.add') }}
19
- </el-button >
10
+ <span class =" ml-4" >
11
+ <el-button link type =" primary" @click =" openAddDialog()" >
12
+ <el-icon class =" mr-4" >
13
+ <Plus />
14
+ </el-icon >
15
+ {{ $t('common.add') }}
16
+ </el-button >
17
+ </span >
20
18
</div >
21
19
</div >
22
20
<el-table
103
101
</el-table >
104
102
105
103
<UserFieldFormDialog ref =" UserFieldFormDialogRef" @refresh =" refreshFieldList" />
106
- <UserInputTitleDialog ref =" UserInputTitleDialogRef" @refresh =" refreshFieldTitle" />
104
+ <UserInputTitleDialog ref =" UserInputTitleDialogRef" @refresh =" refreshFieldTitle" />
107
105
</template >
108
106
109
107
<script setup lang="ts">
You can’t perform that action at this time.
0 commit comments