From c33a85b583318b0e6b7a375b1311ae16db83597a Mon Sep 17 00:00:00 2001 From: wangyong <48429126+wangyong00@users.noreply.github.com> Date: Sun, 27 Jul 2025 09:02:39 +0800 Subject: [PATCH] =?UTF-8?q?(fix)(webapp)=E4=BF=AE=E5=A4=8D=E9=97=AE?= =?UTF-8?q?=E7=AD=94=E5=AF=B9=E8=AF=9D=E5=8F=B3=E4=BE=A7=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A8=A1=E5=9D=97=E6=A0=B7=E5=BC=8F=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98=20(#2346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chat-sdk/src/Chat/Conversation/style.module.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less b/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less index 80305b657..9b94867a1 100644 --- a/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less +++ b/webapp/packages/chat-sdk/src/Chat/Conversation/style.module.less @@ -1,8 +1,11 @@ .conversation { position: relative; - width: 0; + width: 248px; height: 100%; - background: #fff; + background: #f9f9f9; + padding: 10px 10px; + border-right: 1px solid #f1f1f1; + .rightSection { width: 100%;