|
@@ -50,7 +50,7 @@ const Login = () => {
|
|
|
return (
|
|
|
<div className='login'>
|
|
|
<Card style={{width: "40%", maxWidth: "600px", minWidth: '400px'}} >
|
|
|
- <h1>北京思维魔法</h1>
|
|
|
+ <div style={{color:'rgb(177 177 177)'}}>北京思维魔法科技有限公司</div>
|
|
|
<div className='login-container' >
|
|
|
<Form
|
|
|
style={{width: "60%", maxWidth: "800px"}}
|
|
@@ -69,8 +69,7 @@ const Login = () => {
|
|
|
}}
|
|
|
>
|
|
|
<Row justify="space-between" >
|
|
|
- <Col span={24}><Input disabled value={devicesId} /></Col>
|
|
|
-
|
|
|
+ <Col span={24} style={{fontSize: '30px', fontWeight: 'bold',textAlign: 'center'}}>{devicesId}</Col>
|
|
|
{/* <Col span={4}> <Button type='dashed' > 账户 </Button></Col> */}
|
|
|
</Row>
|
|
|
|
|
@@ -85,13 +84,20 @@ const Login = () => {
|
|
|
},
|
|
|
]}
|
|
|
>
|
|
|
- <Input placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+ <Input style={{width:60,height:60}} placeholder='请输入激活码' />
|
|
|
+
|
|
|
+
|
|
|
</Form.Item>
|
|
|
<Form.Item
|
|
|
>
|
|
|
- <Button style={{width: "100%", marginTop: '5%'}} type="primary" htmlType="submit">
|
|
|
+ {/* <Button style={{width: "100%", marginTop: '5%'}} type="primary" htmlType="submit">
|
|
|
激活
|
|
|
- </Button>
|
|
|
+ </Button> */}
|
|
|
</Form.Item>
|
|
|
</Form>
|
|
|
|