mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:48:41 +00:00
fix(web/problem/statistics): pagination
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
ee6169f621
commit
054cb76481
@ -163,7 +163,7 @@
|
||||
|
||||
<?php
|
||||
$table_config = [
|
||||
'div_classes' => 'mb-3',
|
||||
'div_classes' => ['table-responsive', 'mb-3'],
|
||||
'table_classes' => ['table', 'mb-0', 'text-center'],
|
||||
];
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user