mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-16 18:05:48 +00:00
fix: white space
This commit is contained in:
parent
89712aada7
commit
4769c31d09
@ -48,7 +48,7 @@ const text = computed(() => {
|
|||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<div class="leading-relaxed break-all">
|
<div class="leading-relaxed break-all">
|
||||||
<pre v-if="!inversion" class="markdown-body" v-html="text" />
|
<div v-if="!inversion" class="markdown-body" v-html="text" />
|
||||||
<div v-else class="whitespace-pre-wrap" v-text="text" />
|
<div v-else class="whitespace-pre-wrap" v-text="text" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user