feat: 优化了聊天的效果

This commit is contained in:
zoujing
2025-09-04 10:39:47 +08:00
parent 515ae4e78c
commit 46a3b6a878
3 changed files with 15 additions and 14 deletions

View File

@@ -5,7 +5,8 @@
<image
v-if="isLoading"
class="loading-img"
src="/static/msg_loading.svg"
src="/static/chat_msg_loading.gif"
mode="aspectFit"
/>
<!-- <loading v-if="isLoading" /> -->
<ChatMarkdown :key="textKey" :text="processedText" />
@@ -94,8 +95,8 @@ watch(
}
.loading-img {
margin-left: -4px;
width: 32px;
height: 32px;
margin-right: 8px;
width: 30px;
height: 25px;
}
</style>