核工业西南物理研究院知识库AI客户端
xiangpei
2025-03-25 7692e06e56a2d56bb57733ba303b2a23b36975a2
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 {