From af997aa5c5421e503efa0bcb830b686fc0d18104 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Mon, 13 Apr 2026 10:31:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E4=B8=80=E7=9B=B4=E6=98=BE=E7=A4=BA=EF=BC=8C=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=82=AC=E5=81=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 268471e..966799d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -52,9 +52,7 @@ .user-message-text { background: #f0f0f0; padding: 12px 16px; border-radius: 12px; font-size: 15px; } /* 消息操作按钮 */ - .message-actions { display: flex; gap: 8px; margin-top: 8px; opacity: 0; transition: opacity 0.2s; } - .message-content:hover + .message-actions, - .message-actions:hover { opacity: 1; } + .message-actions { display: flex; gap: 8px; margin-top: 8px; } .action-btn { padding: 6px 12px; background: #f5f5f5; border: 1px solid #e0e0e0; border-radius: 6px; cursor: pointer; font-size: 12px; color: #666; display: flex; align-items: center; gap: 4px; transition: all 0.2s; } .action-btn:hover { background: #e8e8e8; border-color: #ccc; } .action-btn.copied { color: #10a37f; border-color: #10a37f; background: #e8f5e9; }