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/AiChat.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/AiChat.vue b/src/components/AiChat.vue index 2e01898..f3e687b 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: 14px; overflow-y: auto; + width: 800px; + height: 680px; } .message { -- Gitblit v1.8.0