From 682b0d3b961fb4584ab528cf58e7099a977168ab Mon Sep 17 00:00:00 2001
From: houzhongjian <houzhongyi@126.com>
Date: 星期四, 12 六月 2025 13:22:55 +0800
Subject: [PATCH] 大模型功能修改

---
 src/views/ai/dashboard/components/message/MessageList.vue |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/views/ai/dashboard/components/message/MessageList.vue b/src/views/ai/dashboard/components/message/MessageList.vue
index 616b9f4..5ecf1bc 100644
--- a/src/views/ai/dashboard/components/message/MessageList.vue
+++ b/src/views/ai/dashboard/components/message/MessageList.vue
@@ -240,7 +240,7 @@
       overflow-wrap: break-word;
       background: rgba(115,196,255,0);
       border-radius: 4px 4px 4px 4px;
-      padding: 20px 10px 5px 0;
+      padding: 0 10px 0 0;
       .left-text {
         color: rgba(219,238,255,0.8);
         font-size: 1rem;
@@ -295,11 +295,23 @@
   }
 }
 
-// 回到底部
 .to-bottom {
   position: absolute;
   z-index: 1000;
   bottom: 0;
   right: 50%;
+
+  .el-button {
+    background: rgba(255, 255, 255, 0.1);
+    border: solid 1px rgba(255, 215, 0, 0.6);
+    color: rgba(255, 215, 0, 0.5);
+  }
+
+  .el-button:hover {
+    cursor: pointer;
+    background-color: rgba(255, 255, 255, 0.4);
+    border: solid 2px rgba(255, 215, 0);
+    color: rgba(255, 215, 0);
+  }
 }
 </style>

--
Gitblit v1.9.3