From 54e0d66936d1635e0f2885d6d5f4d6c93ba9f0d3 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Wed, 3 Aug 2022 15:00:57 +0800 Subject: [PATCH 1/8] =?UTF-8?q?=E8=A7=86=E8=A7=89=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/css/admin_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/css/admin_style.css b/view/css/admin_style.css index 4cc56e7..4b74202 100644 --- a/view/css/admin_style.css +++ b/view/css/admin_style.css @@ -729,7 +729,7 @@ body{ margin:0 auto; } .admin-menuleft-footer div{ - width: 100%; + width: 200px; font-size: 12px; text-align: center; } From 7d3ae402da6a47b5d476607990db081fe037b664 Mon Sep 17 00:00:00 2001 From: Jason <1432334894@qq.com> Date: Wed, 3 Aug 2022 15:07:16 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E8=A7=86=E8=A7=89=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/index.php | 1 + view/templates/include/admin_leftmenu.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/control/index.php b/control/index.php index 22dfac8..1667dcb 100644 --- a/control/index.php +++ b/control/index.php @@ -13,6 +13,7 @@ class index extends publicBase { $obj = new mOrder(); $this->view['today_data'] = $obj->getTodayData($uid, $shop_id); $this->view['total_data'] = $obj->getToalData($uid, $shop_id); + $this->view['menu_page'] = 'home'; } public function ajax_get_data() { diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index b1720eb..69520ae 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -7,7 +7,7 @@