Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
7e251560
Commit
7e251560
authored
Apr 28, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 21402】 ui: 问吧相关也假如换行
parent
b9b2e602
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/common/CommentListDialog/index.vue
+2
-2
index.vue
src/views/questionDetail/index.vue
+1
-1
No files found.
src/components/common/CommentListDialog/index.vue
View file @
7e251560
...
...
@@ -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=
"
2
0"
:textAreaHeight=
"
4
0"
:placeholder=
"`回复 ${parentComment?.replyUser}`"
ref=
"commentBoxRef"
/>
...
...
src/views/questionDetail/index.vue
View file @
7e251560
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment