refactor: use tab instead of modal. fixed layout as well.

This commit is contained in:
鲁树人
2023-06-04 23:56:15 +01:00
parent 4620a17e0d
commit b64c2a5fba
9 changed files with 98 additions and 129 deletions

View File

@@ -21,15 +21,18 @@ export const theme = extendTheme({
},
styles: {
global: {
body: {
'#root': {
minHeight: '100vh',
maxHeight: '100vh',
display: 'flex',
flexDirection: 'column',
},
},
},
sizes: {
footer: {
container: '7rem',
content: '5rem',
container: '5rem',
content: '4rem',
},
},
});