From b11b5888a78befc91413adc3a4b3bf55107076ef Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 16 Oct 2025 18:57:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=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 --- .../index/components/chat/ChatCardAi/styles/index.scss | 1 - .../index/components/chat/ChatCardMine/styles/index.scss | 1 - src/pages/index/components/chat/ChatCardOther/index.vue | 6 ++++-- .../index/components/chat/ChatCardOther/styles/index.scss | 3 --- src/pages/index/components/chat/ChatMainList/index.vue | 2 +- .../index/components/chat/ChatMainList/styles/index.scss | 3 --- src/pages/index/components/chat/ChatQuickAccess/index.vue | 4 ++-- src/static/scss/margin.scss | 8 ++++++++ src/static/scss/padding.scss | 4 ++++ 9 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 src/pages/index/components/chat/ChatCardOther/styles/index.scss delete mode 100644 src/pages/index/components/chat/ChatMainList/styles/index.scss diff --git a/src/pages/index/components/chat/ChatCardAi/styles/index.scss b/src/pages/index/components/chat/ChatCardAi/styles/index.scss index 1d1ffa4..cb3883a 100644 --- a/src/pages/index/components/chat/ChatCardAi/styles/index.scss +++ b/src/pages/index/components/chat/ChatCardAi/styles/index.scss @@ -18,7 +18,6 @@ .loading-container { display: flex; align-items: center; - padding: 4px 0; max-width: 100%; // ✅ 限制最大宽度 } diff --git a/src/pages/index/components/chat/ChatCardMine/styles/index.scss b/src/pages/index/components/chat/ChatCardMine/styles/index.scss index 31412d3..f97dbfc 100644 --- a/src/pages/index/components/chat/ChatCardMine/styles/index.scss +++ b/src/pages/index/components/chat/ChatCardMine/styles/index.scss @@ -5,7 +5,6 @@ display: flex; flex-direction: column; - min-width: 100px; max-width: 100%; // ✅ 限制最大宽度 overflow-x: hidden; // ✅ 防止横向撑开 } diff --git a/src/pages/index/components/chat/ChatCardOther/index.vue b/src/pages/index/components/chat/ChatCardOther/index.vue index 9952ed0..40cb256 100644 --- a/src/pages/index/components/chat/ChatCardOther/index.vue +++ b/src/pages/index/components/chat/ChatCardOther/index.vue @@ -1,6 +1,8 @@ diff --git a/src/pages/index/components/chat/ChatCardOther/styles/index.scss b/src/pages/index/components/chat/ChatCardOther/styles/index.scss deleted file mode 100644 index afc5cb8..0000000 --- a/src/pages/index/components/chat/ChatCardOther/styles/index.scss +++ /dev/null @@ -1,3 +0,0 @@ -.chat-other { - margin: 6px 0; -} diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 8ebd57d..94d02cf 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -103,7 +103,7 @@ - +