feat:分组汇总置顶可选

This commit is contained in:
hzm
2026-02-10 08:41:42 +08:00
parent 9cf05c1c1c
commit 3abee08b2f
3 changed files with 53 additions and 5 deletions

View File

@@ -420,6 +420,16 @@ input[type="number"] {
transform: translateY(0);
}
.sticky-toggle-btn {
display: none !important;
}
@media (max-width: 640px) {
.sticky-toggle-btn {
display: inline-flex !important;
}
}
.icon-button.danger {
background: linear-gradient(180deg, #ef4444, #f87171);
color: #2b0b0b;