File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed
ui/src/workflow/nodes/base-node/component Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 22 <div class =" flex-between mb-16" >
33 <h5 class =" lighter" >{{ $t('chat.userInput') }}</h5 >
44 <div >
5- <el-button
6- type =" primary"
7- link
8- @click =" openChangeTitleDialog"
9- >
5+ <el-button type =" primary" link @click =" openChangeTitleDialog" >
106 <el-icon >
117 <Setting />
128 </el-icon >
139 </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 >
2018 </div >
2119 </div >
2220 <el-table
103101 </el-table >
104102
105103 <UserFieldFormDialog ref =" UserFieldFormDialogRef" @refresh =" refreshFieldList" />
106- <UserInputTitleDialog ref =" UserInputTitleDialogRef" @refresh =" refreshFieldTitle" />
104+ <UserInputTitleDialog ref =" UserInputTitleDialogRef" @refresh =" refreshFieldTitle" />
107105</template >
108106
109107<script setup lang="ts">
You can’t perform that action at this time.
0 commit comments