22
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{# template-title: 帮会榜单 #}
|
||||
{# template-components: data-table #}
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="container data-page">
|
||||
<h1>{{ rank_name }}</h1>
|
||||
<div class="meta">{{ server }} · 更新时间:{{ update_time }}</div>
|
||||
<div class="data-page__meta">{{ server }} · 更新时间:{{ update_time }}</div>
|
||||
|
||||
<table>
|
||||
<table class="data-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>排名</th>
|
||||
@@ -18,13 +19,12 @@
|
||||
<tbody>
|
||||
{% for item in items %}
|
||||
<tr>
|
||||
<td class="rank-col">{{ loop.index }}</td>
|
||||
<td class="tong-col">{{ item.tongName }}</td>
|
||||
<td class="master-col">{{ item.masterName }}</td>
|
||||
<td class="score-col">{{ item.key }}</td>
|
||||
<td class="data-cell--rank">{{ loop.index }}</td>
|
||||
<td class="data-cell--name data-cell--xwide data-cell--wrap">{{ item.tongName }}</td>
|
||||
<td class="data-cell--name data-cell--wide data-cell--wrap">{{ item.masterName }}</td>
|
||||
<td class="data-cell--score">{{ item.key }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user