Quellcode durchsuchen

update ui

master
Anna Ho vor 1 Jahr
Ursprung
Commit
688f0e36d3
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. +3
    -3
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js

+ 3
- 3
src/pages/PublicNotice/ListPanel/SearchPublicNoticeForm.js Datei anzeigen

@@ -51,7 +51,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => {
{/*row 1*/}
<CardContent sx={{ px: 2.5, pt: 3 }}>
<Grid item justifyContent="space-between" alignItems="center">
Search Form
搜尋
</Grid>
</CardContent>

@@ -144,7 +144,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => {
textTransform: 'capitalize',
alignItems: 'end'
}}>
Clear
重置
</Button>
</Grid>

@@ -157,7 +157,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => {
textTransform: 'capitalize',
alignItems: 'end'
}}>
Submit
搜尋
</Button>
</Grid>
</Grid>


Laden…
Abbrechen
Speichern