v1.4.5 — 蓝图去统计数+勤学显示备注

- 六板块卡片移除统计数字,仅保留 emoji+名称
- 勤学项在列表中显示备注 note
This commit is contained in:
mac
2026-06-04 16:38:54 +08:00
parent 8c81fae334
commit 8ac6f1af6b
3 changed files with 13 additions and 10 deletions

View File

@@ -1531,6 +1531,15 @@ body {
text-overflow: ellipsis;
white-space: nowrap;
}
.bp-item-note {
font-size: 11px;
color: var(--text-muted);
margin-left: 8px;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bp-list-empty {
font-size: 13px;
color: var(--text-muted);