From 6c35146b36c1ccb1afe65cb141b034a20670c7f7 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Wed, 15 Oct 2025 19:38:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/chat/ChatInputArea/index.vue | 6 +- .../components/chat/ChatMainList/index.vue | 5 +- .../chat/ChatMainList/styles/index.scss | 3 +- .../components/chat/ChatQuickAccess/index.vue | 66 ++++++++++------ .../chat/ChatQuickAccess/styles/index.scss | 78 ++++--------------- src/static/scss/margin.scss | 4 + src/static/scss/padding.scss | 8 ++ src/static/scss/rounded.scss | 4 + 8 files changed, 80 insertions(+), 94 deletions(-) diff --git a/src/pages/index/components/chat/ChatInputArea/index.vue b/src/pages/index/components/chat/ChatInputArea/index.vue index 66cffe5..51aec89 100644 --- a/src/pages/index/components/chat/ChatInputArea/index.vue +++ b/src/pages/index/components/chat/ChatInputArea/index.vue @@ -6,12 +6,12 @@ @@ -57,7 +57,7 @@ diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index afea69a..d440a1d 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -7,7 +7,7 @@