样式修改

This commit is contained in:
yulixing 2019-11-25 17:29:41 +08:00
parent 18599e4433
commit b46a81bee4

View File

@ -90,10 +90,15 @@
<body> <body>
<h1 class="title">TAPTAP数据周报· OPS</h1> <h1 class="title">TAPTAP数据周报· OPS</h1>
<p class="date">{{ day }}</p> <p class="date">{{ day }}</p>
<p class="tags">{{ "各榜单TAGS分布(前三)" }}</p>
<div class="section">
<div class="info">
<span>{{ "各榜单TAGS分布(前三)" }}</span>
</div>
{% for key in tags.keys() %} {% for key in tags.keys() %}
<table> <div class="panel">
<thead> <table>
<tbody>
<tr> <tr>
<td>{{ key }}</td> <td>{{ key }}</td>
{% for one in tags.get(key) %} {% for one in tags.get(key) %}
@ -101,9 +106,11 @@
<td>{{ one[1] }}</td> <td>{{ one[1] }}</td>
{% endfor %} {% endfor %}
</tr> </tr>
</thead> </tbody>
</table> </table>
</div>
{% endfor %} {% endfor %}
</div>
{% for key in data %} {% for key in data %}
<div class="section"> <div class="section">