|
|
@@ -108,7 +108,7 @@ const PublicNotice = () => { |
|
|
|
<Grid item xs={12}> |
|
|
|
<div style={BackgroundHead}> |
|
|
|
<Stack direction="row" height='70px' justifyContent="flex-start" alignItems="center"> |
|
|
|
<Typography ml={15} color='#FFF' variant="h4"> |
|
|
|
<Typography ml={15} color='#FFF' variant="h4" sx={{display: { xs: 'none', sm: 'none', md: 'block' }}}> |
|
|
|
<FormattedMessage id="myPublicNotice"/> |
|
|
|
</Typography> |
|
|
|
</Stack> |
|
|
@@ -129,7 +129,7 @@ const PublicNotice = () => { |
|
|
|
|
|
|
|
{ |
|
|
|
JSON.parse(localStorage.getItem('userData')).creditor ? ( |
|
|
|
<Grid item xs={12} sm={12} md={12} lg={12} sx={{ height:'100%', maxWidth: '1%',width: "-webkit-fill-available", backgroundColor: "#fff", mt: 3, mr: 3, ml: 3, mb: 3, ..._sx }}> |
|
|
|
<Grid item xs={12} sm={12} md={12} lg={12} sx={{ height:'100%', maxWidth: '100%',width: "-webkit-fill-available", backgroundColor: "#fff", mt: 3, mr: 3, ml: 3, mb: 3, ..._sx }}> |
|
|
|
<TabContext value={selectedTab}> |
|
|
|
<Box sx={{ borderBottom: 1, borderColor: 'divider', overflowX: 'auto', overflowY:'auto' }}> |
|
|
|
<TabList onChange={handleChange} aria-label="lab API tabs example" sx={{ display: 'flex', flexDirection: 'row' }}> |
|
|
|