Skip to content

Commit

Permalink
fix: 修复关联知识库名称显示不全问题(#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed Sep 29, 2024
1 parent 83f5ca7 commit 26a551b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/src/views/application/ApplicationSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
>
<el-card class="relate-dataset-card border-r-4" shadow="never">
<div class="flex-between">
<div class="flex align-center">
<div class="flex align-center" style="width: 80%">
<AppAvatar
v-if="relatedObject(datasetList, item, 'id')?.type === '1'"
class="mr-8 avatar-purple"
Expand All @@ -254,11 +254,10 @@
</AppAvatar>
<auto-tooltip
:content="relatedObject(datasetList, item, 'id')?.name"
style="width: 65%"
style="width: 80%"
>
{{ relatedObject(datasetList, item, 'id')?.name }}
</auto-tooltip>
<!-- <div class="ellipsis"></div> -->
</div>
<el-button text @click="removeDataset(item)">
<el-icon>
Expand Down

0 comments on commit 26a551b

Please sign in to comment.