diff --git a/components/conversationList.vue b/components/conversationList.vue index 0eddd89..4cd30b9 100644 --- a/components/conversationList.vue +++ b/components/conversationList.vue @@ -412,15 +412,6 @@ onUnmounted(() => { .imitems{ .bottom-line { position: relative; - &::after { - content: ""; - width: 100%; - height: 1px; - background-color: #ededed; - position: absolute; - left: 10px; - top: -12px; - } } &:first-child{ .bottom-line {