From cbc763f34abda50eed7ac9190dffdf450ace2deb Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 14 May 2026 14:01:00 +0800 Subject: [PATCH] no message --- components/conversationList.vue | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/components/conversationList.vue b/components/conversationList.vue index 4cd30b9..3d7f12b 100644 --- a/components/conversationList.vue +++ b/components/conversationList.vue @@ -412,12 +412,14 @@ onUnmounted(() => { .imitems{ .bottom-line { position: relative; - } - &:first-child{ - .bottom-line { - &::after { - background-color: transparent; - } + &::after { + content: ""; + width: 100%; + height: 1px; + background-color: #ededed; + position: absolute; + left: 10px; + top: -12px; } } } @@ -426,6 +428,15 @@ onUnmounted(() => { // overflow: hidden; // border-radius: 8px; // margin-bottom: 8px; + &:first-child{ + .imitems{ + .bottom-line { + &::after { + background-color: #ffffff; + } + } + } + } } .slide-actions {