fix: LD数改为纯数字显示, 移除徽章背景样式

This commit is contained in:
Your Name
2026-07-17 12:47:56 +08:00
parent b4210d74b9
commit 793538e19d
3 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{% for item in pagination['items'] %}
<tr>
<td class="text-mono user-cell">{{ item.user }}</td>
<td class="text-center"><span class="user-count-badge">{{ item.ld_count }}</span></td>
<td class="text-center" style="font-weight:bold">{{ item.ld_count }}</td>
<td class="boards-cell">{{ item.boards }}</td>
<td class="text-mono">{{ item.racks }}</td>
<td class="text-mono">{{ item.pods }}</td>