浏览代码

web access fix update

uat
Jason Chuang 13 小时前
父节点
当前提交
263e7b89cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js

+ 1
- 1
src/pages/PublicNotice/ApplyForm/PublicNoticeApplyForm.js 查看文件

@@ -573,7 +573,7 @@ const PublicNoticeApplyForm = ({ loadedData, _selections, gazetteIssueList }) =>
})}
</Grid>
<Grid item xs={12} md={12} lg={12} sx={{ mb: 3 }}>
<Typography display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }}>
<Typography component="span" sx={{ color: 'primary.primary' }}>
<FormattedMessage id="noteOnClientRemark" />
</Typography>
</Grid>


正在加载...
取消
保存