fix(web/contest/standings): vertical-align middle
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-08 18:59:10 +08:00
parent bbcd51e7c6
commit 1383580a8b
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -1166,7 +1166,7 @@ function showStandings() {
return col_tr;
}, {
div_classes: ['table-responsive'],
table_classes: ['table', 'table-bordered', 'text-center', 'uoj-table', 'uoj-standings-table', 'mb-0'],
table_classes: ['table', 'table-bordered', 'text-center', 'align-middle', 'uoj-table', 'uoj-standings-table', 'mb-0'],
page_len: 100,
print_after_table: function() {
return '<div class="card-footer bg-transparent text-end text-muted">' + uojLocale("contests::n participants", standings.length) + '</div><script>if (window.MathJax) window.MathJax.typeset();</scr' + 'ipt>';