king
2021-12-20 3058db1fb20979720d02ebd0e99386e99cab7662
src/components/header/loginform.jsx
@@ -89,7 +89,7 @@
    return (
      <Form style={{margin: '0px 10px'}}>
        <Form.Item>
        <Form.Item style={{marginBottom: '0px', height: '60px'}}>
          {getFieldDecorator('username', {
            rules: [{ required: true, message: this.state.dict['login.username.empty'] }],
            initialValue: username,
@@ -102,7 +102,7 @@
            />
          )}
        </Form.Item>
        <Form.Item style={{marginBottom: '15px'}}>
        <Form.Item style={{marginBottom: '0px', height: '55px'}}>
          {getFieldDecorator('password', {
            initialValue: password,
            rules: [