From 7692e06e56a2d56bb57733ba303b2a23b36975a2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 25 三月 2025 18:06:14 +0800
Subject: [PATCH] 对话、知识库页面,首页

---
 src/components/AiChat.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/AiChat.vue b/src/components/AiChat.vue
index 2e01898..41a0fd7 100644
--- a/src/components/AiChat.vue
+++ b/src/components/AiChat.vue
@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div style="position: relative;height: 800px;width: 100%;display: flex;justify-content: center">
     <!-- 鑱婂ぉ娑堟伅鍒楄〃 -->
     <div class="chat-messages">
       <div
@@ -139,9 +139,11 @@
 }
 
 .chat-messages {
-  flex: 1;
   padding: 16px;
+  margin-top: 54px;
   overflow-y: auto;
+  width: 800px;
+  height: 680px;
 }
 
 .message {

--
Gitblit v1.8.0