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 13:57:31 -06:00
parent 42de79ee60
commit b559c93476

View File

@@ -92,7 +92,12 @@ watch(name, load)
:percentage="summary.percent" :percentage="summary.percent"
:stroke-width="8" :stroke-width="8"
> >
<n-text strong>{{ summary.percent }}%</n-text> <n-text
strong
:style="{ fontSize: isDesktop ? '20px' : '14px' }"
>
{{ summary.percent }}%
</n-text>
</n-progress> </n-progress>
<n-text depth="3" class="nowrap"> <n-text depth="3" class="nowrap">
已获得 {{ summary.unlocked }} / {{ summary.total }} 已获得 {{ summary.unlocked }} / {{ summary.total }}