From c70aeff2ed04421f4a5803fd40a7c0418f827084 Mon Sep 17 00:00:00 2001 From: mac Date: Mon, 27 Jul 2026 09:07:45 +0800 Subject: [PATCH] =?UTF-8?q?v2.1.13=20=E2=80=94=20=E6=9C=AC=E5=91=A8?= =?UTF-8?q?=E9=87=8D=E7=82=B9+=E8=B4=A3=E5=96=84=E6=94=B9=E8=BF=87?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=BC=96=E8=BE=91=E6=A8=A1=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA=E5=A2=9E=E5=8A=A0=E4=B8=80?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index d3d42e6..8eaebfc 100644 --- a/static/style.css +++ b/static/style.css @@ -832,9 +832,8 @@ body { } /* 编辑模式下才显示的元素 */ -.edit-only { display: none; } -.card.editing .edit-only { display: flex; } -.card.editing .btn-del { display: inline-flex; } +.edit-only { display: flex; } +.btn-edit-toggle { display: none; } /* 默认隐藏删除按钮 */ .btn-del { display: none; }