This commit is contained in:
Malai Raja
2023-12-14 18:31:11 +05:30
parent a38ff4f960
commit fa38e252c3
4 changed files with 597 additions and 372 deletions

View File

@@ -167,27 +167,21 @@ const Accountsettings = () => {
<Grid item xs={12} >
<MainCard
// title="Other Details"
title={ <Stack direction="row" alignItems="center" spacing={1} justifyContent="flex-start">
<Avatar
alt=""
size="sm"
// src={row.profileimage}
sx={{
width: '25px',
height: '25px'
}}
>
// title={ <Stack direction="row" alignItems="center" spacing={1} justifyContent="flex-start">
// <Avatar
// alt=""
// size="sm"
// sx={{
// width: '25px',
// height: '25px'
// }}
// >
</Avatar>
<Stack direction="column">
<Typography variant="caption">{info.companyname}</Typography>
{/* <Typography variant="caption" color="textSecondary">
{info.registrationno}
</Typography> */}
</Stack>
</Stack>}
// </Avatar>
// <Stack direction="column">
// <Typography variant="caption">{info.companyname}</Typography>
// </Stack>
// </Stack>}
>
<List sx={{ py: 0 }}>
<ListItem divider={!matchDownMD}>
@@ -199,11 +193,28 @@ const Accountsettings = () => {
</Stack>
</Grid>
<Grid item xs={12} md={6}>
<Stack spacing={0.5}>
<Typography color="secondary">Company Name</Typography>
<Typography>{info.companyname || ''}</Typography>
</Stack>
</Grid>
</Grid>
</ListItem>
<ListItem divider={!matchDownMD}>
<Grid container spacing={3}>
<Grid item xs={12} md={6}>
<Stack spacing={0.5}>
<Typography color="secondary">Registration No</Typography>
<Typography>{info.registrationno || ''}</Typography>
</Stack>
</Grid>
<Grid item xs={12} md={6}>
<Stack spacing={0.5}>
<Typography color="secondary">Info</Typography>
<Typography>{info.info || ''}</Typography>
</Stack>
</Grid>
</Grid>
</ListItem>
<ListItem divider={!matchDownMD}>
@@ -266,13 +277,13 @@ const Accountsettings = () => {
</List>
</MainCard>
</Grid>
<Grid item xs={12}>
{/* <Grid item xs={12}>
<MainCard title="Info">
<Typography color="secondary">
{info.info || ''}
</Typography>
</MainCard>
</Grid>
</Grid> */}
</Grid>
</Grid>