diff --git a/daily_report/templates/tap_weekly.html b/daily_report/templates/tap_weekly.html index 3c39f66..32d13a9 100644 --- a/daily_report/templates/tap_weekly.html +++ b/daily_report/templates/tap_weekly.html @@ -85,25 +85,41 @@ .panel table tr:nth-child(even) { background-color: #f3f3f3; } + + .panel .part { + margin-bottom: 16px; + } + .panel .part .title { + margin-bottom: 8px; + font-weight: 700; + } + .panel .part .content span:nth-child(2n) { + margin-right: 16px; + }

TAPTAP数据周报· OPS

{{ day }}

-

{{ "各榜单游戏类别分布(前三)" }}

- {% for key in tags.keys() %} - - - - - {% for one in tags.get(key) %} - - + +
+
+ {{ "各榜单游戏类别分布(前三)" }} +
+
+ {% for key in tags.keys() %} +
+
{{ key }}
+
+ {% for one in tags.get(key) %} + {{ one[0] }} + {{ one[1] }} + {% endfor %} +
+
{% endfor %} -
- -
{{ key }}{{ one[0] }}{{ one[1] }}
- {% endfor %} + + {% for key in data %}