File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
workflow/nodes/ai-chat-node Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 size =" small"
1616 class =" source_dataset-button"
1717 @click =" openParagraph(data, dataset.id)"
18- >{{ dataset.name }}</el-button
1918 >
19+ <span class =" ellipsis" > {{ dataset.name }}</span >
20+ </el-button >
2021 </el-space >
2122 </div >
2223
Original file line number Diff line number Diff line change 1717 </template >
1818 <template #footer >
1919 <div class =" footer-content flex-between" >
20- <el-text >
21- <el-icon >
20+ <el-text class = " flex align-center " style = " width : 70 % ; " >
21+ <el-icon class = " mr-4 " >
2222 <Document />
2323 </el-icon >
24- {{ data?.document_name }}
24+ < span class = " ellipsis-1 " > {{ data?.document_name }}</ span >
2525 </el-text >
2626 <div class =" flex align-center" style =" line-height : 32px " >
2727 <AppAvatar class =" mr-8 avatar-blue" shape =" square" :size =" 18" >
Original file line number Diff line number Diff line change 2222 }"
2323 >
2424 <template #label >
25- <div class =" flex-between" >
25+ <div class =" flex-between w-full " >
2626 <div >
2727 <span >AI 模型<span class =" danger" >*</span ></span >
2828 </div >
You can’t perform that action at this time.
0 commit comments