明树Git Lab

Commit 4b154be4 authored by zhanghan's avatar zhanghan

1

parent 9bb75707
Pipeline #111578 passed with stage
in 20 seconds
......@@ -47,11 +47,6 @@
@click="handlePreview(msg)"
>
<div class="recent-dot-line">
<span
class="recent-dot"
:class="{ 'dot-unread': !msg.isRead }"
:style="{ '--dot-color': getTypeColor(msg.type) }"
></span>
<span
class="recent-line"
v-if="idx < recentMessages.length - 1"
......@@ -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 {
width: 10px;
height: 10px;
......
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