fix(web/problem/statistics): pagination
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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