From 9f52257b2aa6bb3fe5351001f7184a19e9fc8ed0 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Wed, 20 May 2026 23:30:03 +0800 Subject: [PATCH] auto-sync: 2026-05-20 23:30:03 --- src/frontend/src/components/EdictBoard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/components/EdictBoard.tsx b/src/frontend/src/components/EdictBoard.tsx index 61fc9df..394f2b2 100644 --- a/src/frontend/src/components/EdictBoard.tsx +++ b/src/frontend/src/components/EdictBoard.tsx @@ -619,13 +619,13 @@ function ProjectActionPopup({ projectId, projectName, onAction, onClose }: { + cursor: 'pointer', borderRadius: 4, transition: 'background 0.15s', + }} onMouseEnter={e => (e.currentTarget.style.background = 'var(--panel2)')} onMouseLeave={e => (e.currentTarget.style.background = 'transparent')}>📦 归档项目 + cursor: 'pointer', borderRadius: 4, transition: 'background 0.15s', + }} onMouseEnter={e => (e.currentTarget.style.background = 'var(--panel2)')} onMouseLeave={e => (e.currentTarget.style.background = 'transparent')}>🗑️ 删除项目 ); }