ソースを参照

🐛 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>
黄威 6 年 前
コミット
27eb6aae4c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/pages/user/login/components/Login/LoginItem.tsx

+ 1 - 1
src/pages/user/login/components/Login/LoginItem.tsx

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