fix: 宽度问题

main
ChenZhaoYu 2 years ago
parent 431de382dc
commit 9bd88eac84

@ -67,8 +67,8 @@ defineExpose({ textRef })
<div class="text-black" :class="wrapClass"> <div class="text-black" :class="wrapClass">
<div ref="textRef" class="leading-relaxed break-words"> <div ref="textRef" class="leading-relaxed break-words">
<div v-if="!inversion" class="flex items-end"> <div v-if="!inversion" class="flex items-end">
<div v-if="!asRawText" class="markdown-body" v-html="text" /> <div v-if="!asRawText" class="w-full markdown-body" v-html="text" />
<div v-else class="whitespace-pre-wrap" v-text="text" /> <div v-else class="w-full whitespace-pre-wrap" v-text="text" />
<span v-if="loading" class="dark:text-white w-[4px] h-[20px] block animate-blink" /> <span v-if="loading" class="dark:text-white w-[4px] h-[20px] block animate-blink" />
</div> </div>
<div v-else class="whitespace-pre-wrap" v-text="text" /> <div v-else class="whitespace-pre-wrap" v-text="text" />

Loading…
Cancel
Save