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 ad196ca..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: 12px; - - 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 @@