明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
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
Administrator
jt_front
Commits
4b154be4
Commit
4b154be4
authored
May 19, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9bb75707
Pipeline
#111578
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
newMessage.vue
src/views/systemManage/newMessage.vue
+0
-14
No files found.
src/views/systemManage/newMessage.vue
View file @
4b154be4
...
@@ -47,11 +47,6 @@
...
@@ -47,11 +47,6 @@
@
click=
"handlePreview(msg)"
@
click=
"handlePreview(msg)"
>
>
<div
class=
"recent-dot-line"
>
<div
class=
"recent-dot-line"
>
<span
class=
"recent-dot"
:class=
"
{ 'dot-unread': !msg.isRead }"
:style="{ '--dot-color': getTypeColor(msg.type) }"
>
</span>
<span
<span
class=
"recent-line"
class=
"recent-line"
v-if=
"idx
<
recentMessages
.
length
-
1
"
v-if=
"idx
<
recentMessages
.
length
-
1
"
...
@@ -599,15 +594,6 @@ const handleDelete = (row) => {
...
@@ -599,15 +594,6 @@ const handleDelete = (row) => {
}
}
}
}
.recent-dot-line {
display: flex;
flex-direction: column;
align-items: center;
padding-top: 6px;
width: 12px;
flex-shrink: 0;
}
.recent-dot {
.recent-dot {
width: 10px;
width: 10px;
height: 10px;
height: 10px;
...
...
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