v2.1.13 — 本周重点+责善改过去掉编辑模式,默认显示增加一条
This commit is contained in:
@@ -832,9 +832,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 编辑模式下才显示的元素 */
|
/* 编辑模式下才显示的元素 */
|
||||||
.edit-only { display: none; }
|
.edit-only { display: flex; }
|
||||||
.card.editing .edit-only { display: flex; }
|
.btn-edit-toggle { display: none; }
|
||||||
.card.editing .btn-del { display: inline-flex; }
|
|
||||||
|
|
||||||
/* 默认隐藏删除按钮 */
|
/* 默认隐藏删除按钮 */
|
||||||
.btn-del { display: none; }
|
.btn-del { display: none; }
|
||||||
|
|||||||
Reference in New Issue
Block a user