feat: usage

This commit is contained in:
jialin
2026-04-22 13:16:48 +08:00
committed by jialin
parent b057d52499
commit 7d75714662
37 changed files with 2199 additions and 288 deletions
+14
View File
@@ -0,0 +1,14 @@
.wrapper {
width: 100%;
display: flex;
gap: 24px;
align-items: center;
justify-content: space-between;
}
.filters {
display: flex;
gap: 8px;
flex: 1;
align-items: center;
}