forked from huge/frontEnd/hugeOA

liuwh
2020-04-30 f9e9df1e43014e67580ad03dc86854a55673403d
src/pages/login/login.jsx
@@ -24,7 +24,7 @@
    };
  }
  componentWillMount() {
    document.title = '用户登录'
    document.title = '恒巨信息OA-用户登录'
  }
  handleSubmit = e => {
@@ -90,7 +90,7 @@
                    rules: [{ required: true, message: '请输入账号!' }],
                  })(
                    <Input
                      style={{ width: '32vh', height: '5vh', margin: '12px' }}
                      style={{ width: '300px', height: '48px', margin: '12px' }}
                      prefix={<Icon type="user" style={{ color: 'rgba(0,0,0,.25)' }} />}
                      placeholder="请输入账号"
                    />,
@@ -102,7 +102,7 @@
                    initialValue: 'admin'
                  })(
                    <Input
                      style={{ width: '32vh', height: '5vh', margin: '12px' }}
                      style={{ width: '300px', height: '48px', margin: '12px' }}
                      prefix={<Icon type="lock" style={{ color: 'rgba(0,0,0,.25)' }} />}
                      type="password"
                      placeholder="请输入密码"