Commit 7e251560 by lijiabin

【需求 21402】 ui: 问吧相关也假如换行

parent b9b2e602
......@@ -124,7 +124,7 @@
</div>
<p
class="text-gray-700 text-base mb-2 break-all leading-relaxed"
class="text-gray-700 text-base mb-2 break-all leading-relaxed whitespace-pre-wrap"
v-html="parseEmoji(item.contentHtml || item.content)"
v-parse-comment="closeDialog"
></p>
......@@ -206,7 +206,7 @@
class="flex-1"
v-model:inputText="bottomCommentContent"
v-model:inputImg="bottomImgUrl"
:textAreaHeight="20"
:textAreaHeight="40"
:placeholder="`回复 ${parentComment?.replyUser}`"
ref="commentBoxRef"
/>
......
......@@ -330,7 +330,7 @@
<!-- 正文 换行 -->
<div
class="text-slate-800 leading-7 mb-4 rich-text-content break-all"
class="text-slate-800 leading-7 mb-4 rich-text-content break-all whitespace-pre-wrap"
v-html="parseEmoji(answer.contentHtml || answer.content)"
v-parse-comment
></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment