Skip to content

Commit

Permalink
fix: 修复【系统管理】模型设置,模型名称省略显示的时候,模型图标会消失
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Aug 26, 2024
1 parent 57124c2 commit b4bcb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/template/component/ModelCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #header>
<div class="flex">
<span style="height: 32px; width: 32px" :innerHTML="icon" class="mr-12"></span>
<div class="w-full">
<div style="width: calc(100% - 32px - 4px - var(--app-base-px))">
<div class="flex" style="height: 22px">
<auto-tooltip :content="model.name" style="max-width: 40%">
{{ model.name }}
Expand Down

0 comments on commit b4bcb42

Please sign in to comment.