Skip to content

Commit 5f02b56

Browse files
fix: 修改AI问答头像问题
1 parent ef2bcdc commit 5f02b56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/ai-chat/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<div ref="dialogScrollbar" class="ai-chat__content p-24 chat-width">
4141
<div class="item-content mb-16" v-if="!props.available || (props.data?.prologue && !log)">
4242
<div class="avatar">
43-
<img v-if="data.avatar" :src="data.avatar" height="30px" />
44-
<LogoIcon v-else height="30px" />
43+
<img v-if="data.avatar" :src="data.avatar" height="32px" width="32px" />
44+
<LogoIcon v-else height="32px" width="32px" />
4545
</div>
4646

4747
<div class="content">

0 commit comments

Comments
 (0)