1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-11 20:59:30 +08:00

feat: 优化投票功能,调整API

This commit is contained in:
小莫唐尼
2025-08-21 19:32:22 +08:00
parent 5606e8c59f
commit 31ade9908a
8 changed files with 474 additions and 227 deletions
+6 -1
View File
@@ -340,5 +340,10 @@ $spacing-sizes: (
}
.justify-center {
justify-content: center;
justify-content: center;
}
.text-break {
overflow-wrap: break-word;
word-break: break-all;
}