|
|
@@ -148,7 +148,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
</Button> |
|
|
|
</Grid> |
|
|
|
{/* <Grid item xs={12}> |
|
|
|
<Typography variant="h5">申請公共啟事</Typography> |
|
|
|
<Typography variant="pnspsFormParagraphBold">申請公共啟事</Typography> |
|
|
|
</Grid> */} |
|
|
|
<Grid item xs={12} md={12} width={{ md: "60%", xs: "90%" }}> |
|
|
|
<Box xs={12} mt={1} sx={{ p: 2, border: '3px groove grey', borderRadius: '10px' }}> |
|
|
@@ -188,7 +188,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
<Grid container alignItems={"center"}> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5"> |
|
|
|
<Typography variant="pnspsFormParagraphBold"> |
|
|
|
<FormattedMessage id="targetVol" />: |
|
|
|
</Typography> |
|
|
|
</Grid> |
|
|
@@ -214,7 +214,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
<Grid container direction="row" justifyContent="flex-start" alignItems="center"> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
<Typography variant="h5"> |
|
|
|
<Typography variant="pnspsFormParagraphBold"> |
|
|
|
<FormattedMessage id="draftFile"/> ({intl.formatMessage({id: 'fileSizeWarning'})}): |
|
|
|
</Typography> |
|
|
|
</Grid> |
|
|
|