diff --git a/resources/key/users/.gitkeep b/resources/key/users/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/components/content/CARegisterContent.jsx b/src/components/content/CARegisterContent.jsx index 288902f..853075e 100644 --- a/src/components/content/CARegisterContent.jsx +++ b/src/components/content/CARegisterContent.jsx @@ -123,52 +123,19 @@ export default class CARegisterContent extends React.Component { render() { const outerDivStyle = { - padding: '24px', + padding: '10px 24px', }; const spanStyle = { - marginRight: '10px', display: 'inline-block', width: '100px', }; - const SpanStyle = { - marginTop: '30px', - }; - const fileStyle = { - width: '0.1px', - height: '0.1px', - opacity: 0, - overflow: 'hidden', - position: 'absolute', - zIndex: -1, - }; - const labelStyle = { - fontSize: '1.1em', - border: '1px solid rgb(217, 217, 217)', - borderRadius: '4px', - display: 'block', - width: '60%', - height: '32px', - verticalAlign: 'middle', - textAlign: 'center', - lineHeight: '30px', - cursor: 'pointer', - whiteSpace: 'nowrap', - textOverflow: 'ellipsis', - overflow: 'hidden', - marginLeft: '146px', - marginTop: '-25px', - }; const configInputStyle = { - marginLeft: '30px', + marginLeft: '20px', width: '60%', }; - const CreateInputStyle = { - marginLeft: '36px', - width: '40%', - }; - const AddInputStyle = { - marginLeft: '36px', - width: '40%', + const optionalInputStyle = { + marginLeft: '28px', + width: '60%', }; const DivStyle = { width: '560px', @@ -176,12 +143,12 @@ export default class CARegisterContent extends React.Component { }; const titleStyle = { fontSize: '130%', - marginTop: '20px', textAlign: 'center', + marginBottom:'10px', }; const ButtonStyle = { - marginLeft: '20px', width: '15%', + marginBottom: '10px', }; const TipDivStyle = { display: 'inline-block', @@ -213,7 +180,7 @@ export default class CARegisterContent extends React.Component {
{this.state.Common.REGISTER_OPTIONAL} - +
@@ -238,14 +205,14 @@ export default class CARegisterContent extends React.Component {
{this.state.Common.ENROLL_OPTIONAL} - +