From 848a49ef2a7c29b1d2d61142c22001cf3b7ca731 Mon Sep 17 00:00:00 2001 From: anyv <anyu@bronet.cn> Date: Tue, 25 Jun 2019 19:25:56 +0800 Subject: [PATCH] 4 --- public/themes/simpleboot3/public/assets/css/log.css | 6 ++++-- simplewind/cmf/controller/WeChatBaseController.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/public/themes/simpleboot3/public/assets/css/log.css b/public/themes/simpleboot3/public/assets/css/log.css index 85ee291..e76ccf5 100755 --- a/public/themes/simpleboot3/public/assets/css/log.css +++ b/public/themes/simpleboot3/public/assets/css/log.css @@ -2070,7 +2070,9 @@ cursor: pointer; .log_ten_list_one_left img { width: 100%; cursor: pointer; - height: 100% + height: 100%; + width: 1.28rem; + height: 1.28rem; } .log_ten_list_one_center { @@ -2112,7 +2114,7 @@ cursor: pointer; } .log_ten_list_one_right { - margin-left: 1.2rem; + margin-left: 0.6rem; cursor: pointer; } diff --git a/simplewind/cmf/controller/WeChatBaseController.php b/simplewind/cmf/controller/WeChatBaseController.php index 792b485..f2c40a6 100644 --- a/simplewind/cmf/controller/WeChatBaseController.php +++ b/simplewind/cmf/controller/WeChatBaseController.php @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController */ public function checkWeChatUserLogin() { - /* $user = Db::name('user')->where('id',2)->find(); + /*$user = Db::name('user')->where('id',2)->find(); cmf_update_current_user($user);*/ $userId = cmf_get_current_user_id(); if (empty($userId)) { -- libgit2 0.24.0