|
|
@@ -221,7 +221,7 @@ const UserMaintainPage = () => { |
|
|
|
<Grid item xs={12} md={5} lg={5}> |
|
|
|
<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={2} sx={{ borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<UserInformationCard |
|
|
|
updateUserObject={updateUserObject} |
|
|
|
userData={userData} |
|
|
@@ -231,8 +231,8 @@ const UserMaintainPage = () => { |
|
|
|
</Box> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mt: 3 }}> |
|
|
|
<Box xs={12} ml={4} mt={2} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<Grid item xs={12} md={12} lg={12} sx={{ mt: 0.5 }}> |
|
|
|
<Box xs={12} ml={4} mt={2} sx={{borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<UserGroupCard |
|
|
|
updateUserGroupList={updateUserGroupList} |
|
|
|
userData={userData} |
|
|
@@ -245,7 +245,7 @@ const UserMaintainPage = () => { |
|
|
|
</Grid> |
|
|
|
{/*col 2*/} |
|
|
|
<Grid item xs={12} md={7} lg={7}> |
|
|
|
<Box xs={12} ml={4} mt={3} mr={3} sx={{ p: 1, borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<Box xs={12} ml={2} mt={2} mr={3} sx={{ borderRadius: '10px', backgroundColor: '#fff' }}> |
|
|
|
<UserAuthorityCard |
|
|
|
updateUserAuthList={updateUserAuthList} |
|
|
|
userData={userData} |
|
|
@@ -256,7 +256,7 @@ const UserMaintainPage = () => { |
|
|
|
</Grid> |
|
|
|
|
|
|
|
{/*bottom button*/} |
|
|
|
<Grid item s={12} md={12} lg={12} sx={{ mb: 3 }} alignItems={"end"} justifyContent="center"> |
|
|
|
<Grid item s={12} md={12} lg={12} sx={{ mt:1, mb:2 }} alignItems={"end"} justifyContent="center"> |
|
|
|
<Grid container maxWidth justifyContent="flex-end"> |
|
|
|
<Grid item sx={{ ml: 3, mr: 3 }}> |
|
|
|
<Button |
|
|
|