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 @@
-
- {{ text }}
+
+ {{ text }}
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 @@
-