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; }