diff --git a/src/pages/index/components/chat/ChatCardMine/index.vue b/src/pages/index/components/chat/ChatCardMine/index.vue
index 3121443..adef34d 100644
--- a/src/pages/index/components/chat/ChatCardMine/index.vue
+++ b/src/pages/index/components/chat/ChatCardMine/index.vue
@@ -1,6 +1,6 @@
- {{ text }}
+ {{ text }}
diff --git a/src/pages/index/components/chat/ChatCardMine/styles/index.scss b/src/pages/index/components/chat/ChatCardMine/styles/index.scss
index 8a53aab..31412d3 100644
--- a/src/pages/index/components/chat/ChatCardMine/styles/index.scss
+++ b/src/pages/index/components/chat/ChatCardMine/styles/index.scss
@@ -5,15 +5,7 @@
display: flex;
flex-direction: column;
+ min-width: 100px;
max-width: 100%; // ✅ 限制最大宽度
overflow-x: hidden; // ✅ 防止横向撑开
-
- text {
- font-size: 15px;
- color: #ffffff;
- line-height: 22px;
- text-align: justify;
- font-style: normal;
- text-transform: none;
- }
}
diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue
index d440a1d..8ebd57d 100644
--- a/src/pages/index/components/chat/ChatMainList/index.vue
+++ b/src/pages/index/components/chat/ChatMainList/index.vue
@@ -25,7 +25,7 @@
>
-
+
-
+