1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-30 04:17:02 +00:00

fix(web/problem/statistics): pagination

This commit is contained in:
Baoshuo Ren 2022-10-22 09:30:53 +08:00
parent ee6169f621
commit 054cb76481
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -163,7 +163,7 @@
<?php
$table_config = [
'div_classes' => 'mb-3',
'div_classes' => ['table-responsive', 'mb-3'],
'table_classes' => ['table', 'mb-0', 'text-center'],
];
?>