|
|
|
@@ -10,7 +10,7 @@ import { |
|
|
|
import * as React from "react"; |
|
|
|
|
|
|
|
import titleBackgroundImg from 'assets/images/dashboard/gazette-bar.png' |
|
|
|
import ForwardIcon from '@mui/icons-material/Forward'; |
|
|
|
// import ForwardIcon from '@mui/icons-material/Forward'; |
|
|
|
import MainCard from 'components/MainCard'; |
|
|
|
|
|
|
|
|
|
|
|
@@ -51,7 +51,7 @@ const AfterForgotPasswordPage = () => { |
|
|
|
</Stack> |
|
|
|
</div> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} width={{xs:"90%", sm:"90%", md:"60%", lg:"60%"}}> |
|
|
|
{/* <Grid item xs={12} width={{xs:"90%", sm:"90%", md:"60%", lg:"60%"}}> |
|
|
|
<Button |
|
|
|
aria-label={intl.formatMessage({id: 'back'})} |
|
|
|
title={intl.formatMessage({id: 'back'})} |
|
|
|
@@ -59,7 +59,7 @@ const AfterForgotPasswordPage = () => { |
|
|
|
> |
|
|
|
<ForwardIcon style={{ height: 30, width: 50, transform: "rotate(180deg)" }} /> |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
</Grid> */} |
|
|
|
{/* <Grid item xs={12}> |
|
|
|
<Typography variant="pnspsFormParagraphBold">申請公共啟事</Typography> |
|
|
|
</Grid> */} |
|
|
|
@@ -77,7 +77,7 @@ const AfterForgotPasswordPage = () => { |
|
|
|
border={false} |
|
|
|
boxShadow |
|
|
|
> |
|
|
|
<Grid container spacing={4} sx={{ minHeight: {xs:"80vh", sm:"70vh", md: "70vh", lg:"70vh", xl:"50vh"} }} direction="column" justifyContent="flex-start" alignItems="center"> |
|
|
|
<Grid container spacing={4} sx={{ minHeight: {xs:"80vh", sm:"70vh", md: "70vh", lg:"70vh", xl:"50vh"} }} direction="column" justifyContent="center" alignItems="center"> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mb: 1, mt:5, display: { xs: 'none', sm: 'none', md: 'block' } }}> |
|
|
|
<Grid container direction="column" alignItems="center"> |
|
|
|
<Grid item xs={12} md={12} lg={12} > |
|
|
|
@@ -138,12 +138,12 @@ const AfterForgotPasswordPage = () => { |
|
|
|
<Grid item xs={12} md={12} lg={12} mt={1} sx={{mb:3}}> |
|
|
|
<ThemeProvider theme={PNSPS_LONG_BUTTON_THEME}> |
|
|
|
<Button |
|
|
|
aria-label={intl.formatMessage({id: 'continue'})} |
|
|
|
aria-label={intl.formatMessage({id: 'confirm'})} |
|
|
|
variant="contained" |
|
|
|
// type="submit" |
|
|
|
onClick={()=>handleContinue()} |
|
|
|
> |
|
|
|
<FormattedMessage id="continue"/> |
|
|
|
<FormattedMessage id="confirm"/> |
|
|
|
</Button> |
|
|
|
</ThemeProvider> |
|
|
|
</Grid> |
|
|
|
|