diff --git a/Application/Admin/Controller/UserController.class.php b/Application/Admin/Controller/UserController.class.php index 95ecf6de8..c5070cf55 100644 --- a/Application/Admin/Controller/UserController.class.php +++ b/Application/Admin/Controller/UserController.class.php @@ -674,6 +674,7 @@ class UserController extends AdminController $this->m_title = '角色查询'; $this->assign('commonset', M('Kuaijieicon')->where(['url' => 'User/rolelist', 'status' => 1])->find()); + $this->assign("is_admin",is_administrator()); $this->display(); diff --git a/Application/Admin/View/User/rolelist.html b/Application/Admin/View/User/rolelist.html index 3353001a9..b2fe62527 100644 --- a/Application/Admin/View/User/rolelist.html +++ b/Application/Admin/View/User/rolelist.html @@ -1,79 +1,79 @@ - - - - - - + resize: none; + border-width: 1px; + border-style: solid; + border-color: #a7b5bc #ced9df #ced9df #a7b5bc; + box-shadow: 0px 3px 3px #F7F8F9 inset;height:35px; + height:28px;border-radius:3px;font-size:12px; + } + .select2-container--default .select2-selection--single .select2-selection__rendered { + line-height:35px; + line-height:28px; + } + .select2-container--default .select2-selection--single .select2-selection__arrow { + height:26px; + } + .select2-container--default .select2-search--dropdown .select2-search__field { + height:26px;line-height:26px;font-size:12px; + } + .select2-results__option[aria-selected] {font-size:12px;} + .badge { + position: relative; + display: inline-block; + padding: 0 6px; + font-size: 12px; + text-align: center; + background-color: #1E9FFF; + color: #fff; + border-radius: 2px; + height: 18px; + line-height: 18px; + margin-right: 10px; + } + + - - -
+ + +
-
-
- +
+
+
-
+
   
-     -
-
- -
-
- -
+     +
+
+ +
+
+ +
 - 
- - + +
-
+
-
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
创角时间玩家账号游戏名称游戏区服ID游戏区服角色ID角色名游戏等级所属推广员最后登录时间最后登录IP
{$data.create_time|date='Y-m-d H:i:s',###}{$data.user_account} {$gamename}{$data['server_id']}{$servername}{$data['role_id']}{$rolename}{$data.role_level}{$data.promote_account}{$data.play_ip}
aOh! 暂时还没有内容!
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
创角时间玩家账号游戏名称游戏区服ID游戏区服角色ID角色名游戏等级所属推广员最后登录时间最后登录IP
{$data.create_time|date='Y-m-d H:i:s',###} + + {$data.user_account} + + {$data.user_account|encryptStr} + + {$gamename}{$data['server_id']}{$servername}{$data['role_id']}{$rolename}{$data.role_level} + + {$data.promote_account} + + {$data.promote_account|encryptStr} + + {$data.play_ip}
aOh! 暂时还没有内容!
+
- 导出 {$_page}
- - - + + + - + if(C('COLOR_STYLE')=='blue_color') echo ''; @@ -198,159 +210,159 @@ $(".select_gallery").select2(); - + $("#game_name").change(function(){ + $("#game_type").change(); + }); + $("#game_name").change(); +