| @@ -369,9 +369,18 @@ function Header(props) { | |||||
| > | > | ||||
| <MenuIcon style={{ color: '#0C489E' }} /> | <MenuIcon style={{ color: '#0C489E' }} /> | ||||
| </IconButton> | </IconButton> | ||||
| <Box sx={{ mr: 2, display: { sm: 'none' } }}> | |||||
| <MobileLogo /> | |||||
| <span id="mobileTitle" >公共啟事提交及繳費系統</span> | |||||
| <Box sx={{ flexGrow: 1, mr: 2, display: { xs: 'block', sm: 'none' } }}> | |||||
| <Stack direction="row" justifyContent="space-between" alignItems="center"> | |||||
| <MobileLogo /> | |||||
| <Stack justifyContent="flex-start" alignItems="center"> | |||||
| <span id="mobileTitle">公共啟事提交及繳費系統</span> | |||||
| </Stack> | |||||
| <Stack justifyContent="flex-end" alignItems="center"> | |||||
| <LocaleSelector /> | |||||
| </Stack> | |||||
| </Stack> | |||||
| </Box> | </Box> | ||||
| </Stack> | </Stack> | ||||
| <Box sx={{ display: { xs: 'none', sm: 'block' }, width: "75%" }}> | <Box sx={{ display: { xs: 'none', sm: 'block' }, width: "75%" }}> | ||||
| @@ -58,7 +58,7 @@ const MainLayout = () => { | |||||
| <Box sx={{backgroundColor:'#ffffff', display: 'flex', width: '100%', flexDirection: "column", paddingTop: { xs: "5px", sm: "43px" }}}> | <Box sx={{backgroundColor:'#ffffff', display: 'flex', width: '100%', flexDirection: "column", paddingTop: { xs: "5px", sm: "43px" }}}> | ||||
| <Header/> | <Header/> | ||||
| {/* <Drawer open={open} handleDrawerToggle={handleDrawerToggle} /> */} | {/* <Drawer open={open} handleDrawerToggle={handleDrawerToggle} /> */} | ||||
| <Box style={{ width: '100%', flexGrow: 1 } } sx={{ paddingTop: "50px" }}> | |||||
| <Box style={{ width: '100%', flexGrow: 1 } } sx={{ paddingTop: "38px" }}> | |||||
| {/* <Toolbar /> */} | {/* <Toolbar /> */} | ||||
| {/* <Breadcrumbs navigation={navigation} title /> */} | {/* <Breadcrumbs navigation={navigation} title /> */} | ||||
| <Outlet /> | <Outlet /> | ||||
| @@ -101,7 +101,7 @@ const UserSearchPage_Individual = () => { | |||||
| </div> | </div> | ||||
| </Grid> | </Grid> | ||||
| {/*row 1*/} | {/*row 1*/} | ||||
| <Grid item xs={12} md={12} lg={12}> | |||||
| <Grid item xs={12} md={12} lg={12} sx={{mb: -4}}> | |||||
| <SearchForm | <SearchForm | ||||
| applySearch={applySearch} | applySearch={applySearch} | ||||
| orgComboData={orgCombo} | orgComboData={orgCombo} | ||||
| @@ -676,13 +676,13 @@ const CustomFormWizard = (props) => { | |||||
| <InputLabel htmlFor="username-signup"> | <InputLabel htmlFor="username-signup"> | ||||
| <Typography variant="pnspsFormHeader"> | <Typography variant="pnspsFormHeader"> | ||||
| 用戶登入名稱 | 用戶登入名稱 | ||||
| {/* <span style={{ color: '#f10000' }}>*</span> | |||||
| <Button | |||||
| variant="contained" | |||||
| onClick={handleCheckUsername} | |||||
| sx={{ ml: 2, height: "40px" }}> | |||||
| <Typography variant="h6">檢查是否重覆</Typography> | |||||
| </Button> */} | |||||
| <span style={{ color: '#f10000' }}>*</span> | |||||
| {/*<Button*/} | |||||
| {/* variant="contained"*/} | |||||
| {/* onClick={handleCheckUsername}*/} | |||||
| {/* sx={{ ml: 2, height: "40px" }}>*/} | |||||
| {/* <Typography variant="h6">檢查是否重覆</Typography>*/} | |||||
| {/*</Button> **/} | |||||
| </Typography> | </Typography> | ||||
| </InputLabel> | </InputLabel> | ||||
| <OutlinedInput | <OutlinedInput | ||||
| @@ -1461,7 +1461,7 @@ const CustomFormWizard = (props) => { | |||||
| /> | /> | ||||
| </Button> | </Button> | ||||
| </ThemeProvider> | </ThemeProvider> | ||||
| <Typography display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }}>如: 香港身份證; 護照; 中國內地身份證等</Typography> | |||||
| {/*<Typography xs={12} sm={9} md={3} display="inline" variant="subtitle1" sx={{ color: 'primary.primary' }}>如: 香港身份證; 護照; 中國內地身份證等</Typography>*/} | |||||
| </Stack> | </Stack> | ||||
| {fileList != null ? | {fileList != null ? | ||||
| <UploadFileTable key="uploadTable" recordList={fileListData} setUpdateRows={setUpdateRows} /> : null} | <UploadFileTable key="uploadTable" recordList={fileListData} setUpdateRows={setUpdateRows} /> : null} | ||||