22
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
{# template-title: 关隘首领 #}
|
||||
{# template-components: data-table #}
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="container data-page">
|
||||
<h1>关隘首领</h1>
|
||||
<div class="meta">更新时间:{{ update_time }}</div>
|
||||
<div class="data-page__meta">更新时间:{{ update_time }}</div>
|
||||
|
||||
{% for group in groups %}
|
||||
<div class="section">
|
||||
<div class="section-title">{{ group.server }}</div>
|
||||
<table>
|
||||
<div class="data-section">
|
||||
<div class="data-section__title">{{ group.server }}</div>
|
||||
<table class="data-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>归属</th>
|
||||
@@ -29,12 +30,12 @@
|
||||
class="camp-haoqi"
|
||||
{% endif %}
|
||||
>
|
||||
<td class="camp-col">{{ item.camp_name }}</td>
|
||||
<td class="castle-col">{{ item.castle }}</td>
|
||||
<td class="status-col">{{ item.str_status }}</td>
|
||||
<td class="time-col">{{ item.start_time }}</td>
|
||||
<td class="time-col">{{ item.end_time }}</td>
|
||||
<td class="remain-col">{{ item.remaining_time }}</td>
|
||||
<td class="data-cell--camp data-cell--compact data-cell--center data-cell--nowrap data-cell--strong">{{ item.camp_name }}</td>
|
||||
<td class="data-cell--camp data-cell--name data-cell--medium data-cell--nowrap">{{ item.castle }}</td>
|
||||
<td class="data-cell--compact data-cell--center data-cell--nowrap data-cell--strong">{{ item.str_status }}</td>
|
||||
<td class="data-cell--time">{{ item.start_time }}</td>
|
||||
<td class="data-cell--time">{{ item.end_time }}</td>
|
||||
<td class="data-cell--time data-cell--accent">{{ item.remaining_time }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
@@ -42,4 +43,3 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user