|
|
@@ -136,7 +136,7 @@ const UserMaintainPage = () => { |
|
|
|
<Grid item xs={12}> |
|
|
|
<Grid container> |
|
|
|
<Grid item xs={12} md={12} lg={12}> |
|
|
|
<Box xs={12} ml={4} mt={3} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<Box xs={12} ml={4} mt={3} mr={4} mb={4} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<UserInformationCard |
|
|
|
userData={userData} |
|
|
|
/> |
|
|
|