驾驶舱弹窗修改
This commit is contained in:
parent
6cb51b5b7e
commit
3879af0080
@ -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',
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user