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>帮战记录</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>
|
||||
@@ -19,14 +20,13 @@
|
||||
<tbody>
|
||||
{% for item in items %}
|
||||
<tr>
|
||||
<td class="tong-col">{{ item.declaringName }}</td>
|
||||
<td class="tong-col">{{ item.acceptingName }}</td>
|
||||
<td class="time-col">{{ item.startTime }}</td>
|
||||
<td class="duration-col">{{ item.durationSeconds }}</td>
|
||||
<td class="time-col">{{ item.endTime }}</td>
|
||||
<td class="data-cell--name data-cell--wide data-cell--max-wide data-cell--wrap">{{ item.declaringName }}</td>
|
||||
<td class="data-cell--name data-cell--wide data-cell--max-wide data-cell--wrap">{{ item.acceptingName }}</td>
|
||||
<td class="data-cell--time">{{ item.startTime }}</td>
|
||||
<td class="data-cell--score data-cell--medium">{{ item.durationSeconds }}</td>
|
||||
<td class="data-cell--time">{{ item.endTime }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user