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 {