update
This commit is contained in:
@@ -167,12 +167,13 @@ export default function DialogClaimSubmitMember({
|
|||||||
</form>
|
</form>
|
||||||
</Grid>
|
</Grid>
|
||||||
<div
|
<div
|
||||||
style={{
|
// style={{
|
||||||
position: 'relative',
|
// position: 'relative',
|
||||||
flex: 'none',
|
// flex: 'none',
|
||||||
height: 'fit-content',
|
// height: 'fit-content',
|
||||||
margin: '15px',
|
// margin: '15px',
|
||||||
}}
|
// // width: '52px',
|
||||||
|
// }}
|
||||||
>
|
>
|
||||||
{/* <img
|
{/* <img
|
||||||
width={52}
|
width={52}
|
||||||
@@ -182,7 +183,7 @@ export default function DialogClaimSubmitMember({
|
|||||||
style={{ borderRadius: '50%' }}
|
style={{ borderRadius: '50%' }}
|
||||||
/> */}
|
/> */}
|
||||||
</div>
|
</div>
|
||||||
<Grid item xs={11} lg={11} xl={11}>
|
<Grid item xs={11} lg={11} xl={11} py={2}>
|
||||||
<Typography variant="subtitle1">{row.fullName}</Typography>
|
<Typography variant="subtitle1">{row.fullName}</Typography>
|
||||||
<Typography color="#637381" variant="body2" sx={{ fontWeight: 500 }}>
|
<Typography color="#637381" variant="body2" sx={{ fontWeight: 500 }}>
|
||||||
{row.memberId}
|
{row.memberId}
|
||||||
|
|||||||
Reference in New Issue
Block a user