mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-09 22:28:41 +00:00
fix(web/contest/standings): vertical-align middle
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bbcd51e7c6
commit
1383580a8b
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user