ソースを参照

update heading

master
jason.lam 1年前
コミット
1cb9f5a023
6個のファイルの変更8行の追加6行の削除
  1. +1
    -1
      src/pages/Organization/SearchPage/OrganizationSearchForm.js
  2. +1
    -1
      src/pages/Payment/Search_GLD/SearchForm.js
  3. +3
    -1
      src/pages/Proof/Search_GLD/SearchForm.js
  4. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js
  5. +1
    -1
      src/pages/PublicNotice/Search_GLD/SearchForm.js
  6. +1
    -1
      src/pages/pnspsUserGroupSearchPage/UserGroupSearchForm.js

+ 1
- 1
src/pages/Organization/SearchPage/OrganizationSearchForm.js ファイルの表示

@@ -64,7 +64,7 @@ const OrganizationSearchForm = ({ applySearch }) => {
{/*row 1*/}
<CardContent sx={{ px: 2.5, pt: 3 }}>
<Grid item justifyContent="space-between" alignItems="center">
<Typography variant="h4">Search Form</Typography>
<Typography variant="h5">Search Form</Typography>
</Grid>
</CardContent>



+ 1
- 1
src/pages/Payment/Search_GLD/SearchForm.js ファイルの表示

@@ -65,7 +65,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => {
{/*row 1*/}
<CardContent sx={{ px: 2.5, pt: 3 }}>
<Grid item justifyContent="space-between" alignItems="center" >
<Typography variant="h4">Search</Typography>
<Typography variant="h5">Search</Typography>
</Grid>
</CardContent>



+ 3
- 1
src/pages/Proof/Search_GLD/SearchForm.js ファイルの表示

@@ -96,7 +96,9 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
{/*row 1*/}
<CardContent sx={{ px: 2.5, pt: 3 }}>
<Grid item justifyContent="space-between" alignItems="center">
<Typography variant="h5">Search Form</Typography>
<Typography variant="h5">
Search Form
</Typography>
</Grid>
</CardContent>



+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js ファイルの表示

@@ -64,7 +64,7 @@ const SearchPublicNoticeForm = ({ applySearch, searchCriteria }) => {
<form onSubmit={handleSubmit(onSubmit)}>
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:marginBottom}}>
<Typography variant="pnspsFormTitle" >
<Typography variant="pnspsFormHeader" >
<FormattedMessage id="search"/>
</Typography>
</Grid>


+ 1
- 1
src/pages/PublicNotice/Search_GLD/SearchForm.js ファイルの表示

@@ -94,7 +94,7 @@ const SearchPublicNoticeForm = ({ applySearch, orgComboData, searchCriteria, iss
<Grid container sx={{ backgroundColor: '#ffffff', ml: 2, mt: 1, mb: marginBottom}} width="98%">
{/*row 1*/}
<Grid item justifyContent="space-between" alignItems="center" sx={{mt:1,ml:3,mb:marginBottom}}>
<Typography variant="pnspsFormTitle" >
<Typography variant="h5" >
Search Form
</Typography>
</Grid>


+ 1
- 1
src/pages/pnspsUserGroupSearchPage/UserGroupSearchForm.js ファイルの表示

@@ -40,7 +40,7 @@ const UserGroupSearchForm = ({ applySearch }) => {
{/*row 1*/}
<CardContent sx={{ px: 2.5, pt: 3 }}>
<Grid item justifyContent="space-between" alignItems="center">
<Typography variant="h4">Search Form</Typography>
<Typography variant="h5">Search Form</Typography>
</Grid>
</CardContent>



読み込み中…
キャンセル
保存