From b510c305d58663dd79c66804a717157ef7854ab5 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 2 Jun 2026 23:23:00 -0600 Subject: [PATCH] update --- src/shared/components/StatisticsPanel.vue | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue index 2cbf595..52bd0b4 100644 --- a/src/shared/components/StatisticsPanel.vue +++ b/src/shared/components/StatisticsPanel.vue @@ -33,38 +33,38 @@ - 总提交 + 总提交 {{ count.total }} - 正确提交 + 正确提交 {{ count.accepted }} - 正确率 + 正确率 {{ count.rate }} - 完成人数 + 完成人数 {{ list.length }} - 班级人数 + 班级人数 {{ adjustedPersonCount }} - 完成度 + 完成度 {{ adjustedPersonRate }} @@ -467,8 +467,4 @@ function rowProps(row: UserStatistic) { align-items: center; gap: 4px; } -.stat-label { - font-size: 13px; - color: var(--n-text-color-3, #999); -}