style: 登录日志页面布局

This commit is contained in:
xingyu4j 2022-12-06 15:26:52 +08:00
parent 3fd6193ac1
commit a196e7828e

View File

@ -8,7 +8,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryType: 'seq', primaryType: 'seq',
primaryTitle: '日志编号', primaryTitle: '日志编号',
action: true, action: true,
actionWidth: '80px', actionWidth: '100px',
columns: [ columns: [
{ {
title: '日志类型', title: '日志类型',
@ -28,10 +28,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
}, },
{ {
title: '浏览器', title: '浏览器',
field: 'userAgent', field: 'userAgent'
table: {
width: 100
}
}, },
{ {
title: '登陆结果', title: '登陆结果',
@ -44,7 +41,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
field: 'createTime', field: 'createTime',
formatter: 'formatDate', formatter: 'formatDate',
table: { table: {
width: 100 width: 150
}, },
search: { search: {
show: true, show: true,