We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f5ca7 commit 26a551bCopy full SHA for 26a551b
ui/src/views/application/ApplicationSetting.vue
@@ -239,7 +239,7 @@
239
>
240
<el-card class="relate-dataset-card border-r-4" shadow="never">
241
<div class="flex-between">
242
- <div class="flex align-center">
+ <div class="flex align-center" style="width: 80%">
243
<AppAvatar
244
v-if="relatedObject(datasetList, item, 'id')?.type === '1'"
245
class="mr-8 avatar-purple"
@@ -254,11 +254,10 @@
254
</AppAvatar>
255
<auto-tooltip
256
:content="relatedObject(datasetList, item, 'id')?.name"
257
- style="width: 65%"
+ style="width: 80%"
258
259
{{ relatedObject(datasetList, item, 'id')?.name }}
260
</auto-tooltip>
261
- <!-- <div class="ellipsis"></div> -->
262
</div>
263
<el-button text @click="removeDataset(item)">
264
<el-icon>
0 commit comments