From 44a3b16eb1b9067de3757f6a661ee88eb107aff5 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Wed, 15 Oct 2025 20:21:32 +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 --- .../index/components/chat/ChatCardOther/index.vue | 4 ++-- .../components/chat/ChatCardOther/styles/index.scss | 11 ----------- .../index/components/chat/ChatMoreTips/index.vue | 2 +- .../index/components/chat/ChatQuickAccess/index.vue | 6 +++++- .../components/module/RecommendPostsList/index.vue | 13 ++++++++----- .../module/RecommendPostsList/styles/index.scss | 1 - src/static/scss/font-size.scss | 4 ++++ src/static/scss/index.scss | 2 +- src/static/scss/white-space.scss | 2 +- 9 files changed, 22 insertions(+), 23 deletions(-) diff --git a/src/pages/index/components/chat/ChatCardOther/index.vue b/src/pages/index/components/chat/ChatCardOther/index.vue index 315d209..b0dfde1 100644 --- a/src/pages/index/components/chat/ChatCardOther/index.vue +++ b/src/pages/index/components/chat/ChatCardOther/index.vue @@ -1,6 +1,6 @@ diff --git a/src/pages/index/components/chat/ChatCardOther/styles/index.scss b/src/pages/index/components/chat/ChatCardOther/styles/index.scss index ff593d0..afc5cb8 100644 --- a/src/pages/index/components/chat/ChatCardOther/styles/index.scss +++ b/src/pages/index/components/chat/ChatCardOther/styles/index.scss @@ -1,14 +1,3 @@ .chat-other { - width: 100%; margin: 6px 0; - display: flex; - flex-direction: column; - max-width: 100%; // ✅ 限制最大宽度 - overflow-x: hidden; // ✅ 防止横向撑开 - padding-left: 20px; - - text { - font-size: $uni-font-size-base; - color: $uni-text-color; - } } diff --git a/src/pages/index/components/chat/ChatMoreTips/index.vue b/src/pages/index/components/chat/ChatMoreTips/index.vue index 4b2c3ee..98c506b 100644 --- a/src/pages/index/components/chat/ChatMoreTips/index.vue +++ b/src/pages/index/components/chat/ChatMoreTips/index.vue @@ -1,6 +1,6 @@