fix: usage filter

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent 7d75714662
commit 94d3fa356c
6 changed files with 37 additions and 12 deletions
+4
View File
@@ -293,6 +293,10 @@
gap: 16px;
}
.items-center {
align-items: center;
}
.color-white-tertiary {
color: var(--color-white-tertiary);
}