样式修改

This commit is contained in:
yulixing 2019-11-25 17:34:51 +08:00
parent b46a81bee4
commit 66a1ede58b

View File

@ -95,10 +95,10 @@
<div class="info">
<span>{{ "各榜单TAGS分布(前三)" }}</span>
</div>
{% for key in tags.keys() %}
<div class="panel">
<table>
<tbody>
{% for key in tags.keys() %}
<tr>
<td>{{ key }}</td>
{% for one in tags.get(key) %}
@ -106,10 +106,10 @@
<td>{{ one[1] }}</td>
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endfor %}
</div>
{% for key in data %}