Skip to content

Commit 26a551b

Browse files
fix: 修复关联知识库名称显示不全问题(#1210)
1 parent 83f5ca7 commit 26a551b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/src/views/application/ApplicationSetting.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
>
240240
<el-card class="relate-dataset-card border-r-4" shadow="never">
241241
<div class="flex-between">
242-
<div class="flex align-center">
242+
<div class="flex align-center" style="width: 80%">
243243
<AppAvatar
244244
v-if="relatedObject(datasetList, item, 'id')?.type === '1'"
245245
class="mr-8 avatar-purple"
@@ -254,11 +254,10 @@
254254
</AppAvatar>
255255
<auto-tooltip
256256
:content="relatedObject(datasetList, item, 'id')?.name"
257-
style="width: 65%"
257+
style="width: 80%"
258258
>
259259
{{ relatedObject(datasetList, item, 'id')?.name }}
260260
</auto-tooltip>
261-
<!-- <div class="ellipsis"></div> -->
262261
</div>
263262
<el-button text @click="removeDataset(item)">
264263
<el-icon>

0 commit comments

Comments
 (0)