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
a15edb8f
Commit
a15edb8f
authored
Apr 17, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 21402】 styles: 修改样式
parent
640ef3e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
index.vue
src/views/selfMessage/index.vue
+2
-1
No files found.
src/views/selfMessage/index.vue
View file @
a15edb8f
...
...
@@ -344,7 +344,7 @@ onActivated(async () => {
></span>
<span
v-if=
"item.un_read_count > 0"
class=
"inline-flex h-5 min-w-5 shrink-0 items-center justify-center rounded-full bg-[#f
febeb] px-1.5 text-3 font-700 text-[#df3e3e]
"
class=
"inline-flex h-5 min-w-5 shrink-0 items-center justify-center rounded-full bg-[#f
56c6c] px-1.5 text-3 font-700 text-white
"
>
{{ item.un_read_count > 99 ? '99+' : item.un_read_count }}
</span>
...
...
@@ -504,6 +504,7 @@ onActivated(async () => {
v-model:inputImg=
"draftImages"
:textAreaHeight=
"72"
placeholder=
"请输入回复内容"
:showMention=
"false"
>
<
template
#
submit
>
<button
...
...
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