Alex Cheung 1 year ago
parent
commit
6ff1ae2c6a
3 changed files with 14 additions and 14 deletions
  1. +3
    -3
      src/pages/authentication/auth-forms/BusCustomFormWizard.js
  2. +8
    -8
      src/pages/authentication/auth-forms/CustomFormWizard.js
  3. +3
    -3
      src/pages/authentication/auth-forms/IAmSmartFormWizard.js

+ 3
- 3
src/pages/authentication/auth-forms/BusCustomFormWizard.js View File

@@ -1539,7 +1539,7 @@ const BusCustomFormWizard = (props) => {
</Grid> </Grid>


<Grid item xs={12}> <Grid item xs={12}>
<Stack spacing={1} direction="row">
<Stack spacing={1} direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}>
<FormattedMessage id="formAddress"/>: <FormattedMessage id="formAddress"/>:
</Typography> </Typography>
@@ -1558,7 +1558,7 @@ const BusCustomFormWizard = (props) => {
</Typography> </Typography>
: null} : null}
{selectedAddress5.type === "hongKong" ? {selectedAddress5.type === "hongKong" ?
<Stack direction="row">
<Stack direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address4-signup"> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address4-signup">
<FormattedMessage id="region"/>: <FormattedMessage id="region"/>:
</Typography> </Typography>
@@ -1567,7 +1567,7 @@ const BusCustomFormWizard = (props) => {
</Typography> </Typography>
</Stack> </Stack>
: null} : null}
<Stack direction="row">
<Stack direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address5-signup"> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address5-signup">
<FormattedMessage id="regionOrCountry"/>: <FormattedMessage id="regionOrCountry"/>:
</Typography> </Typography>


+ 8
- 8
src/pages/authentication/auth-forms/CustomFormWizard.js View File

@@ -940,7 +940,7 @@ const CustomFormWizard = (props) => {
</Grid> </Grid>
{selectedIdDocType.type === "HKID" ? {selectedIdDocType.type === "HKID" ?
<> <>
<Grid item xs={10} md={5}>
<Grid item xs={9} md={5}>
<Stack spacing={1} sx={{ mr: { md: 1 } }}> <Stack spacing={1} sx={{ mr: { md: 1 } }}>
<OutlinedInput <OutlinedInput
id="idNo-login" id="idNo-login"
@@ -988,7 +988,7 @@ const CustomFormWizard = (props) => {
)} )}
</Stack> </Stack>
</Grid> </Grid>
<Grid item xs={2} md={1}>
<Grid item xs={3} md={1}>
<Stack spacing={1}> <Stack spacing={1}>
<OutlinedInput <OutlinedInput
id="checkDigit-login" id="checkDigit-login"
@@ -1002,7 +1002,7 @@ const CustomFormWizard = (props) => {
endAdornment={<InputAdornment position="end">)</InputAdornment>} endAdornment={<InputAdornment position="end">)</InputAdornment>}
sx={{ sx={{
'& .MuiOutlinedInput-input': { '& .MuiOutlinedInput-input': {
padding: '5px 5px 5px 5px', // Set the desired padding inline
padding: '5px 2px 5px 2px', // Set the desired padding inline
}, },
}} }}
inputProps={{ inputProps={{
@@ -1674,13 +1674,13 @@ const CustomFormWizard = (props) => {
</Typography> */} </Typography> */}
</Stack> </Stack>
</Grid> </Grid>
<Grid item xs={12} md={12} >
{/* <Grid item xs={12} md={12} >
<Stack spacing={1}> <Stack spacing={1}>
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}>
<FormattedMessage id="userIdDoc" /> <FormattedMessage id="userIdDoc" />
</Typography> </Typography>
</Stack> </Stack>
</Grid>
</Grid> */}


<Grid item xs={12} md={6} > <Grid item xs={12} md={6} >
<Stack spacing={1} direction="row"> <Stack spacing={1} direction="row">
@@ -1725,7 +1725,7 @@ const CustomFormWizard = (props) => {
</Stack> </Stack>
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>
<Stack spacing={1} direction="row">
<Stack spacing={1} direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]}>
<FormattedMessage id="formAddress" />: <FormattedMessage id="formAddress" />:
</Typography> </Typography>
@@ -1744,7 +1744,7 @@ const CustomFormWizard = (props) => {
</Typography> </Typography>
: null} : null}
{selectedAddress5.type === "hongKong" ? {selectedAddress5.type === "hongKong" ?
<Stack direction="row">
<Stack direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address4-signup"> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address4-signup">
<FormattedMessage id="region" />: <FormattedMessage id="region" />:
</Typography> </Typography>
@@ -1753,7 +1753,7 @@ const CustomFormWizard = (props) => {
</Typography> </Typography>
</Stack> </Stack>
: null} : null}
<Stack direction="row">
<Stack direction="column">
<Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address5-signup"> <Typography variant="pnspsFormHeader" color={theme.palette.grey[600]} id="preview-address5-signup">
<FormattedMessage id="regionOrCountry" />: <FormattedMessage id="regionOrCountry" />:
</Typography> </Typography>


+ 3
- 3
src/pages/authentication/auth-forms/IAmSmartFormWizard.js View File

@@ -964,7 +964,7 @@ const CustomFormWizard = (props) => {
</Stack> </Stack>
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>
<Stack spacing={1} direction="row">
<Stack spacing={1} direction="column">
<Typography variant="h5" color={theme.palette.grey[600]}> <Typography variant="h5" color={theme.palette.grey[600]}>
<FormattedMessage id="formAddress" />: <FormattedMessage id="formAddress" />:
</Typography> </Typography>
@@ -983,7 +983,7 @@ const CustomFormWizard = (props) => {
</Typography> </Typography>
: null} : null}
{selectedAddress5.type === "hongKong" ? {selectedAddress5.type === "hongKong" ?
<Stack direction="row">
<Stack direction="column">
<Typography variant="h5" color={theme.palette.grey[600]} id="preview-address4-signup"> <Typography variant="h5" color={theme.palette.grey[600]} id="preview-address4-signup">
<FormattedMessage id="region" />: <FormattedMessage id="region" />:
</Typography> </Typography>
@@ -992,7 +992,7 @@ const CustomFormWizard = (props) => {
</Typography> </Typography>
</Stack> </Stack>
: null} : null}
<Stack direction="row">
<Stack direction="column">
<Typography variant="h5" color={theme.palette.grey[600]} id="preview-address5-signup"> <Typography variant="h5" color={theme.palette.grey[600]} id="preview-address5-signup">
<FormattedMessage id="regionOrCountry" />: <FormattedMessage id="regionOrCountry" />:
</Typography> </Typography>


Loading…
Cancel
Save