fix: LD数改为纯数字显示, 移除徽章背景样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user