diff --git a/app/admin/view/system/admin/group.html b/app/admin/view/system/admin/group.html index c64902a..dfe5625 100644 --- a/app/admin/view/system/admin/group.html +++ b/app/admin/view/system/admin/group.html @@ -112,9 +112,9 @@ diff --git a/app/admin/view/system/admin/index.html b/app/admin/view/system/admin/index.html index f29c112..45f5662 100644 --- a/app/admin/view/system/admin/index.html +++ b/app/admin/view/system/admin/index.html @@ -72,7 +72,7 @@ - @@ -187,14 +187,14 @@ @@ -234,13 +234,13 @@ ,page: true ,cols: [[ {type: 'checkbox'}, - {field: 'id', align: 'center',sort: true,width: 80, title: 'ID'}, - {field: 'name', align: 'center', title: '{:__("用户名")}'}, - {field: 'status', align: 'center',templet: '#userStatus', width: 135, title: '{:__("状态")}'}, - {field: 'group', align: 'center', templet:'#userGroup', title: '{:__("用户组")}'}, + {field: 'id', align: 'center',sort: true, width: 80, title: 'ID'}, + {field: 'name', align: 'center', width: 120, title: '{:__("用户名")}'}, + {field: 'status', align: 'center',templet: '#userStatus', width: 100, title: '{:__("状态")}'}, + {field: 'group', align: 'center', templet:'#userGroup', width: 220, title: '{:__("用户组")}'}, {field: 'login_ip', align: 'center',width: 180, title: '{:__("登录 IP")}'}, {field: 'create_time', align: 'center', width: 180,title: '{:__("创建时间")}'}, - {align: 'center', toolbar: '#tableBar',width: 250, title: '{:__("操作")}'}, + {align: 'center', toolbar: '#tableBar',width: 250, fixed: 'right', title: '{:__("操作")}'}, ]] }) diff --git a/public/static/system/css/style.css b/public/static/system/css/style.css index 7f1df10..02b160a 100644 --- a/public/static/system/css/style.css +++ b/public/static/system/css/style.css @@ -1499,7 +1499,6 @@ a { .layui-authtree { overflow:auto; - height: 500px; padding-left: 15px; max-height: 650px; }