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); -}