mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
fix message ui
This commit is contained in:
@@ -102,7 +102,7 @@ function renderMarkdown(value: string) {
|
|||||||
</VCardTitle>
|
</VCardTitle>
|
||||||
<div
|
<div
|
||||||
v-if="props.message?.text && props.message?.action === 0"
|
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 class="markdown-body" v-html="renderMarkdown(props.message?.text)" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user