yupeng 1 day ago
parent f7c465e2b6
commit 9a7311ff93

@ -75,7 +75,7 @@ class Login extends GlobalComponent {
} }
}) })
}) })
.catch(error => {}) .catch(error => { })
} }
onKeyDown = e => { onKeyDown = e => {
@ -95,7 +95,7 @@ class Login extends GlobalComponent {
const { loading } = this.props const { loading } = this.props
return ( return (
<Row wrap={false} className='loginBox'> <Row wrap={false} className='loginBox' style={{}}>
<Col xs={0} md={0} xl={12} className='boxLeft'> <Col xs={0} md={0} xl={12} className='boxLeft'>
<img src={login} alt='login' /> <img src={login} alt='login' />
</Col> </Col>

Loading…
Cancel
Save