驾驶舱弹窗修改

This commit is contained in:
王东 2023-11-13 09:30:15 +08:00
parent 6cb51b5b7e
commit 3879af0080
2 changed files with 6 additions and 2 deletions

View File

@ -121,7 +121,11 @@ const Guide: React.FC<Props> = (props) => {
active: { stroke: 'white', lineWidth: 1 },
},
tooltip: {
items: ['name', 'adcode', 'value'],
items: [
{field:'name',alias:'行政区域名称'},
{field:'adcode',alias:'行政区域编码'},
{field:'value',alias:'点位数目统计值'}
]
},
zoom: {
position: 'bottomright',

View File

@ -149,7 +149,7 @@ function Register(e) {
</Form.Item>
<Form.Item style={{ marginTop: '68px' }}>
<Button type="primary" htmlType="submit" style={{ height: '72px' }} block>立即注册</Button>
<Button type="primary" htmlType="submit" style={{ height: '60px' }} block>立即注册</Button>
<a className='new-user' href='/login'>前往登录</a>
</Form.Item>
</Form>