From 124f894f4e08fd63eae8c7a85babbc19f2cc1829 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期五, 13 六月 2025 09:39:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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