fix message ui

This commit is contained in:
jxxghp
2026-01-24 11:52:49 +08:00
parent 9ad1bd29bd
commit 7854cc81a8

View File

@@ -102,7 +102,7 @@ function renderMarkdown(value: string) {
</VCardTitle>
<div
v-if="props.message?.text && props.message?.action === 0"
class="rounded-md text-body-1 py-1 px-4 elevation-2 bg-primary text-white chat-right mb-1"
class="rounded-md text-body-1 py-1 px-4 elevation-2 bg-primary text-white chat-right"
>
<div class="markdown-body" v-html="renderMarkdown(props.message?.text)" />
</div>