diff --git a/templates/list.html b/templates/list.html index 595d567..e906833 100644 --- a/templates/list.html +++ b/templates/list.html @@ -46,6 +46,10 @@ font-weight: 700; } + .num-infos { + display: inline-block; + } + a, a:hover, .btn-link, @@ -387,22 +391,24 @@
{{p.notes}}
@{{'匿名用户' if p.anon else p.author}} | {{p.create_date}} - - - - 去下载({{p.down_num}}) - - - - + + + +
{% endfor %}