From a196e7828e64c3251070338335bae3d50ed30d1e Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 6 Dec 2022 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/loginlog/loginLog.data.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts b/yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts index 3e4db02cd..2320faa43 100644 --- a/yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts +++ b/yudao-ui-admin-vue3/src/views/system/loginlog/loginLog.data.ts @@ -8,7 +8,7 @@ const crudSchemas = reactive({ primaryType: 'seq', primaryTitle: '日志编号', action: true, - actionWidth: '80px', + actionWidth: '100px', columns: [ { title: '日志类型', @@ -28,10 +28,7 @@ const crudSchemas = reactive({ }, { title: '浏览器', - field: 'userAgent', - table: { - width: 100 - } + field: 'userAgent' }, { title: '登陆结果', @@ -44,7 +41,7 @@ const crudSchemas = reactive({ field: 'createTime', formatter: 'formatDate', table: { - width: 100 + width: 150 }, search: { show: true,