fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-08-05 11:50:51 -06:00
parent b7f82adb7c
commit bf028b3fb1

View File

@@ -182,6 +182,8 @@ watch(name, load)
.rarity { .rarity {
flex: 1; flex: 1;
min-width: 240px; min-width: 240px;
/* 卡片有 1100px 宽,不封顶的话 6px 高的细条会被拉到近 900px读起来很空 */
max-width: 420px;
display: grid; display: grid;
/* 固定单列,四条各占一行:折成两列会让进度条短得看不出差别 */ /* 固定单列,四条各占一行:折成两列会让进度条短得看不出差别 */
grid-template-columns: 1fr; grid-template-columns: 1fr;