From 7b2d4087456a90705d01a2358e5ed1f9869de068 Mon Sep 17 00:00:00 2001 From: Ying Date: Thu, 22 Jun 2023 18:37:22 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/system/admin/group.html | 4 ++-- app/admin/view/system/admin/index.html | 18 +++++++++--------- public/static/system/css/style.css | 1 - 3 files changed, 11 insertions(+), 12 deletions(-) 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; }