Commit 91925aac authored by cellee's avatar cellee

访客记录格式

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 8651b361
......@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => {
{
title: 'Unit',
dataIndex: 'inviterAddress',
render: (text) => <span>{text}</span>,
render: (text) => <span>BLK {text}</span>,
},
// ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)],
];
......@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => {
Reset
</Button>
</Form.Item>
<div style={{ maxWidth: '100%', marginTop: 15 }}>
<div style={{ maxWidth: '100%', marginTop: 15, width: '100%' }}>
<Form.Item name="community" label="">
<SelectCommunity />
</Form.Item>
......
......@@ -47,7 +47,7 @@ const VisitorRecord = (props: any) => {
{
title: 'Unit',
dataIndex: 'inviterAddress',
render: (text) => <span>{text}</span>,
render: (text) => <span>BLK {text}</span>,
},
// ["Actions",null, (text: any, record: any) => (<Space size="middle"> <a>Detail</a></Space>)],
];
......@@ -235,7 +235,7 @@ const VisitorRecord = (props: any) => {
Reset
</Button>
</Form.Item>
<div style={{ maxWidth: '100%', marginTop: 15 }}>
<div style={{ maxWidth: '100%', marginTop: 15, width: '100%' }}>
<Form.Item name="community" label="">
<SelectCommunity />
</Form.Item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment