From 6211c78c078aa714da16e02dff21c04501254d98 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Tue, 26 Aug 2025 09:16:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8E=BB=E6=8E=89=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/xt-chat/chat-view/style.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/components/xt-chat/chat-view/style.scss b/src/components/xt-chat/chat-view/style.scss index faf50ca..8f33429 100644 --- a/src/components/xt-chat/chat-view/style.scss +++ b/src/components/xt-chat/chat-view/style.scss @@ -16,16 +16,5 @@ justify-content: center; align-items: center; } - &.process-row { - position: relative; - &::after { - top: 0; - left: 0; - position: absolute; - width: 1px; - height: 100%; - background: #e6e6e8; - } - } } }