mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-19 13:29:30 +08:00
fix message ui
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user