Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-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
王立鹏
corporateCulture-qd
Commits
bfb3f0bd
Commit
bfb3f0bd
authored
Dec 17, 2025
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 17679】 perf: 继续优化等
parent
64958ad7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
7 deletions
+13
-7
index.vue
src/components/common/Comment/index.vue
+2
-2
index.vue
src/components/common/CommentDialog/index.vue
+7
-1
columnList.vue
src/views/homePage/yaTab/components/columnList.vue
+2
-2
interviewList.vue
src/views/homePage/yaTab/components/interviewList.vue
+2
-2
No files found.
src/components/common/Comment/index.vue
View file @
bfb3f0bd
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<!--
<span
class=
"px-2 py-0.5 text-xs bg-red-100 text-red-600 rounded-full"
>
置顶
</span>
-->
<!--
<span
class=
"px-2 py-0.5 text-xs bg-red-100 text-red-600 rounded-full"
>
置顶
</span>
-->
</div>
</div>
<!-- 换行 -->
<!-- 换行 -->
<p
class=
"text-gray-700 my-2 break-all"
>
<p
class=
"text-gray-700 my-2 break-all
whitespace-pre-wrap
"
>
{{
item
.
content
}}
{{
item
.
content
}}
</p>
</p>
<div
class=
"flex items-center justify-between"
>
<div
class=
"flex items-center justify-between"
>
...
@@ -170,7 +170,7 @@
...
@@ -170,7 +170,7 @@
>
{{
child
.
replyUser
}}
回复 @
{{
child
.
replyName
}}
</span
>
{{
child
.
replyUser
}}
回复 @
{{
child
.
replyName
}}
</span
>
>
</div>
</div>
<p
class=
"text-gray-700 my-2 break-all"
>
<p
class=
"text-gray-700 my-2 break-all
whitespace-pre-wrap
"
>
{{
child
.
content
}}
{{
child
.
content
}}
</p>
</p>
<div
class=
"flex items-center justify-between"
>
<div
class=
"flex items-center justify-between"
>
...
...
src/components/common/CommentDialog/index.vue
View file @
bfb3f0bd
<
template
>
<
template
>
<el-dialog
v-model=
"visible"
title=
"发表评论"
width=
"500px"
:before-close=
"handleClose"
>
<el-dialog
v-model=
"visible"
title=
"发表评论"
width=
"500px"
:before-close=
"handleClose"
top=
"30vh"
>
<div
class=
"flex gap-3"
>
<div
class=
"flex gap-3"
>
<!-- 用户头像 -->
<!-- 用户头像 -->
<el-avatar
:size=
"40"
:src=
"userInfo.hiddenAvatar"
/>
<el-avatar
:size=
"40"
:src=
"userInfo.hiddenAvatar"
/>
...
...
src/views/homePage/yaTab/components/columnList.vue
View file @
bfb3f0bd
...
@@ -52,10 +52,10 @@
...
@@ -52,10 +52,10 @@
<div
class=
"text-12px text-#000 line-height-12px"
>
推荐
</div>
<div
class=
"text-12px text-#000 line-height-12px"
>
推荐
</div>
</div>
</div>
</div>
</div>
<h3
class=
"text font-medium text-gray-800 mb-2 transition-colors"
>
<h3
class=
"text font-medium text-gray-800 mb-2 transition-colors
line-clamp-1
"
>
{{
i
.
title
}}
{{
i
.
title
}}
</h3>
</h3>
<p
class=
"text-sm text-gray-500 mb-3 line-clamp-
2
"
>
<p
class=
"text-sm text-gray-500 mb-3 line-clamp-
1
"
>
{{
i
.
content
}}
{{
i
.
content
}}
</p>
</p>
<div
class=
"flex items-center justify-between text-xs text-gray-500"
>
<div
class=
"flex items-center justify-between text-xs text-gray-500"
>
...
...
src/views/homePage/yaTab/components/interviewList.vue
View file @
bfb3f0bd
...
@@ -50,10 +50,10 @@
...
@@ -50,10 +50,10 @@
<div
class=
"text-12px text-#000 line-height-12px"
>
推荐
</div>
<div
class=
"text-12px text-#000 line-height-12px"
>
推荐
</div>
</div>
</div>
</div>
</div>
<h3
class=
"text-sm font-medium text-gray-800 mb-2 transition-colors"
>
<h3
class=
"text-sm font-medium text-gray-800 mb-2 transition-colors
line-clamp-1
"
>
{{
i
.
title
}}
{{
i
.
title
}}
</h3>
</h3>
<p
class=
"text-xs text-gray-500 mb-3 line-clamp-
2
"
>
<p
class=
"text-xs text-gray-500 mb-3 line-clamp-
1
"
>
{{
i
.
content
}}
{{
i
.
content
}}
</p>
</p>
<div
class=
"flex items-center justify-between text-xs text-gray-400"
>
<div
class=
"flex items-center justify-between text-xs text-gray-400"
>
...
...
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