修改登录日志表格样式

This commit is contained in:
whyour 2023-03-03 11:58:06 +08:00
parent f865018cd6
commit d342fbf29f

View File

@ -45,11 +45,13 @@ const columns = [
title: '登录设备',
dataIndex: 'platform',
key: 'platform',
width: 80,
},
{
title: '登录状态',
dataIndex: 'status',
key: 'status',
width: 80,
render: (text: string, record: any) => {
return (
<Tag color={LoginStatusColor[record.status]} style={{ marginRight: 0 }}>