Skip to content

Commit ea7f0a6

Browse files
fix: 修复icon
1 parent 33ecd58 commit ea7f0a6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ui/src/views/application/ApplicationSetting.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,13 @@
483483
alt=""
484484
/>
485485
</el-avatar>
486-
<ToolIcon v-else class="mr-8" :size="20" />
486+
<ToolIcon
487+
v-else
488+
class="mr-8"
489+
:size="20"
490+
style="--el-avatar-border-radius: 6px"
491+
:type="relatedObject(toolSelectOptions, item, 'id')?.tool_type"
492+
/>
487493

488494
<div
489495
class="ellipsis-1"

0 commit comments

Comments
 (0)