fix: fix filename and tabname

This commit is contained in:
DiamondThree
2023-01-06 16:45:34 +08:00
parent 726c8c54ab
commit 78facb2fe6
6 changed files with 59 additions and 30 deletions

View File

@@ -26,3 +26,12 @@ export const StyledSettingAvatarContent = styled('div')(() => {
export const StyledSettingAvatar = styled(MuiAvatar)(() => {
return { height: '72px', width: '72px', marginRight: '24px' };
});
export const StyledMemberWarp = styled('div')(() => {
return {
display: 'flex',
height: '500px',
flexDirection: 'column',
padding: '60px 0',
};
});