From 07b3388f56440186e8e023546f6b5dcf6e6e5110 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 19 Oct 2022 11:58:26 +0800 Subject: [PATCH] refactor(web/user/system_msg): two-column layout --- web/app/controllers/user_system_msg.php | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/web/app/controllers/user_system_msg.php b/web/app/controllers/user_system_msg.php index 185c61b..88c8d9a 100644 --- a/web/app/controllers/user_system_msg.php +++ b/web/app/controllers/user_system_msg.php @@ -45,7 +45,7 @@ } $pag_config = [ - 'page_len' => 20, + 'page_len' => 10, 'col_names' => ['*'], 'table_name' => 'user_system_msg', 'cond' => "receiver = '{$user['username']}'", @@ -72,6 +72,10 @@ +
+ +
+

系统消息

@@ -109,4 +113,15 @@ pagination() ?> +
+ + + + + + +
+