From 054cb76481c145b90d96fb5e5c413763a92f4c2c Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Sat, 22 Oct 2022 09:30:53 +0800 Subject: [PATCH] fix(web/problem/statistics): pagination --- web/app/controllers/problem_statistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/controllers/problem_statistics.php b/web/app/controllers/problem_statistics.php index f30a668..80f6826 100644 --- a/web/app/controllers/problem_statistics.php +++ b/web/app/controllers/problem_statistics.php @@ -163,7 +163,7 @@ 'mb-3', + 'div_classes' => ['table-responsive', 'mb-3'], 'table_classes' => ['table', 'mb-0', 'text-center'], ]; ?>