已移除排行榜中的 VIP 等级

This commit is contained in:
yml2213
2026-08-16 15:29:32 +08:00
parent 75146e919d
commit 31f134579c
2 changed files with 0 additions and 7 deletions
@@ -804,9 +804,6 @@ export default function WorkerHallPage() {
<Typography.Text strong ellipsis> <Typography.Text strong ellipsis>
{entry.displayName || '未命名打手'} {entry.displayName || '未命名打手'}
</Typography.Text> </Typography.Text>
<Typography.Text type="secondary" ellipsis>
{entry.levelName || '未设置等级'}
</Typography.Text>
</div> </div>
<Typography.Text strong className="worker-hall-leaderboard-count"> <Typography.Text strong className="worker-hall-leaderboard-count">
{entry.acceptedOrderCount} {entry.acceptedOrderCount}
-4
View File
@@ -1888,10 +1888,6 @@ body {
font-size: 13px; font-size: 13px;
} }
.worker-hall-leaderboard-worker .ant-typography-secondary {
font-size: 11px;
}
.worker-hall-leaderboard-count { .worker-hall-leaderboard-count {
color: #c2410c; color: #c2410c;
white-space: nowrap; white-space: nowrap;