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)) {