File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
src/views/chat/components/Message Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,12 @@ defineExpose({ textRef })
6666<template >
6767 <div class =" text-black" :class =" wrapClass" >
6868 <div ref =" textRef" class =" leading-relaxed break-words" >
69- <div v-if =" !inversion" >
70- <div v-if =" !asRawText" class =" markdown-body" v-html =" text" />
71- <div v-else class =" whitespace-pre-wrap" v-text =" text" />
69+ <div v-if =" !inversion" class =" flex items-end" >
70+ <div v-if =" !asRawText" class =" w-full markdown-body" v-html =" text" />
71+ <div v-else class =" w-full whitespace-pre-wrap" v-text =" text" />
72+ <span v-if =" loading" class =" dark:text-white w-[4px] h-[20px] block animate-blink" />
7273 </div >
7374 <div v-else class =" whitespace-pre-wrap" v-text =" text" />
74- <template v-if =" loading " >
75- <span class =" dark:text-white w-[4px] h-[20px] block animate-blink" />
76- </template >
7775 </div >
7876 </div >
7977</template >
You can’t perform that action at this time.
0 commit comments