From b854a2ca787a4a78b87c7a31ec4d6908e7f92275 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 26 三月 2025 16:47:12 +0800
Subject: [PATCH] 完善页面

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

diff --git a/src/components/AiChat.vue b/src/components/AiChat.vue
index 41a0fd7..f3e687b 100644
--- a/src/components/AiChat.vue
+++ b/src/components/AiChat.vue
@@ -140,7 +140,7 @@
 
 .chat-messages {
   padding: 16px;
-  margin-top: 54px;
+  margin-top: 14px;
   overflow-y: auto;
   width: 800px;
   height: 680px;
diff --git a/src/components/KnowledgeBase.vue b/src/components/KnowledgeBase.vue
index f45eb66..4746a0b 100644
--- a/src/components/KnowledgeBase.vue
+++ b/src/components/KnowledgeBase.vue
@@ -171,7 +171,7 @@
 <style scoped>
 .knowledge-body {
   width: 650px;
-  margin-top: 70px;
+  margin-top: 30px;
 }
 .upload {
   margin-top: 5px;

--
Gitblit v1.8.0