diff --git a/src/components/chat/ChatHeader.vue b/src/components/chat/ChatHeader.vue index 5fb2f22..2f8f3f3 100644 --- a/src/components/chat/ChatHeader.vue +++ b/src/components/chat/ChatHeader.vue @@ -263,7 +263,7 @@ if (typeof window !== "undefined") { } .learning-mode-label { - font-size: 13px; + font-size: 14px; color: #6b7280; user-select: none; white-space: nowrap; diff --git a/src/components/chat/ChatMain.vue b/src/components/chat/ChatMain.vue index dfce3ae..970bd3b 100644 --- a/src/components/chat/ChatMain.vue +++ b/src/components/chat/ChatMain.vue @@ -516,6 +516,7 @@ watch( .chat-main { display: flex; flex-direction: column; + min-width: 900px; flex: 1; height: 100vh; background: #ffffff; @@ -545,8 +546,7 @@ watch( } .input-container { - margin: auto; - width: 55%; + margin: 0 22%; // min-width: 1000px; // margin: 0 auto; transition: max-width 0.3s ease; diff --git a/src/components/chat/MessageList.vue b/src/components/chat/MessageList.vue index f1e5988..c4fc17e 100644 --- a/src/components/chat/MessageList.vue +++ b/src/components/chat/MessageList.vue @@ -13,11 +13,7 @@ - @@ -26,36 +22,21 @@
- +