Browse Source

🐛 bug: 修复登录页高度不一致 (#6081)

* 修复登录页高度不一致

* Update src/pages/user/login/components/Login/LoginItem.tsx

Co-Authored-By: 陈帅 <qixian.cs@outlook.com>

Co-authored-by: 陈帅 <qixian.cs@outlook.com>
pull/6090/head
黄威 6 years ago
committed by GitHub
parent
commit
27eb6aae4c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/user/login/components/Login/LoginItem.tsx

2
src/pages/user/login/components/Login/LoginItem.tsx

@ -113,7 +113,7 @@ const LoginItem: React.FC<LoginItemProps> = props => {
const inputProps = omit(otherProps, ['onGetCaptcha', 'countDown']); const inputProps = omit(otherProps, ['onGetCaptcha', 'countDown']);
return ( return (
<FormItem shouldUpdate> <FormItem shouldUpdate noStyle>
{({ getFieldValue }) => ( {({ getFieldValue }) => (
<Row gutter={8}> <Row gutter={8}>
<Col span={16}> <Col span={16}>

Loading…
Cancel
Save