Переглянути джерело

update web access fix

web-access-fix-2
Jason Chuang 18 години тому
джерело
коміт
d9e48deeeb
2 змінених файлів з 2 додано та 2 видалено
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js
  2. +1
    -1
      src/pages/User/ChangePasswordPage/index.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js Переглянути файл

@@ -605,7 +605,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) =>
<Typography variant="pnspsFormParagraphBold">
<span style={{ textAlign: 'justify', }} dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr0" }) }} />
</Typography>
<Typography display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }} >
<Typography display="inline" variant="subtitle1" component="span" sx={{ color: 'primary.primary' }} >
<ol style={{ textAlign: 'justify', }}>
<li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr1" }) }} />
<li dangerouslySetInnerHTML={{ __html: intl.formatMessage({ id: "applyTickUnderStr2" }) }} />


+ 1
- 1
src/pages/User/ChangePasswordPage/index.js Переглянути файл

@@ -394,7 +394,7 @@ const Index = () => {
</Grid>
<Grid container spacing={2} alignItems="center">
<Grid item sx={{ mt: 1 }}>
<Typography variant="subtitle1">
<Typography variant="subtitle1" component="p">
•<FormattedMessage id="pwRemark1" /><br />
•<FormattedMessage id="pwRemark2" /><br />
•<FormattedMessage id="pwRemark3" /><br />


Завантаження…
Відмінити
Зберегти