From ae817fe8f95a12caa8043c3dc06e3053557b2559 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 28 Jul 2026 13:48:09 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.22=20=E2=80=94=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 46be01c..ef3cc26 100644 --- a/static/style.css +++ b/static/style.css @@ -1799,3 +1799,7 @@ body { #panel-daily.editing-study .study-card-del:hover { background:var(--danger); color:#FFF; } .edit-only-study { display: none; } #panel-daily.editing-study .edit-only-study { display: flex; } + +/* 编辑模式下显示删除按钮 */ +.btn-del { display: none; } +.card.editing .btn-del { display: inline-flex; }