1
0
forked from Leaf/amber-ui

修复 助理头像显示问题

This commit is contained in:
Twilight 2024-09-14 10:48:07 +08:00
parent 22630feff3
commit 2e0db3dcb8

View File

@ -40,7 +40,7 @@
<div v-else-if="message.role === 'assistant' && message.content">
<!-- 助理消息 -->
<n-flex justify="start" class="!flex-nowrap">
<n-avatar round size="large" :src="leaflowPng" class="min-w-10 min-h-10 p-1.5"/>
<n-avatar round size="large" :src="leaflowPng" class="min-w-10 min-h-10 p-1.5 !bg-transparent dark:!bg-white"/>
<div class="flex items-center flex-nowrap">
<!-- <vue-markdown-it