💄 修改表格样式.

This commit is contained in:
lijiahang
2024-07-09 10:34:39 +08:00
parent 7ba278d210
commit a7f86bf62a
20 changed files with 85 additions and 23 deletions

View File

@@ -30,6 +30,8 @@ const columns = [
title: '操作日志',
dataIndex: 'originLogInfo',
slotName: 'originLogInfo',
minWidth: 238,
align: 'left',
ellipsis: true,
tooltip: true,
}, {

View File

@@ -6,31 +6,35 @@ const columns = [
title: 'id',
dataIndex: 'id',
slotName: 'id',
width: 100,
width: 80,
align: 'left',
fixed: 'left',
}, {
title: '用户名',
dataIndex: 'username',
slotName: 'username',
minWidth: 138,
ellipsis: true,
tooltip: true,
}, {
title: '花名',
dataIndex: 'nickname',
slotName: 'nickname',
minWidth: 138,
ellipsis: true,
tooltip: true,
}, {
title: '手机号',
dataIndex: 'mobile',
slotName: 'mobile',
minWidth: 88,
ellipsis: true,
tooltip: true,
}, {
title: '邮箱',
dataIndex: 'email',
slotName: 'email',
minWidth: 88,
ellipsis: true,
tooltip: true,
}, {