feat: fold sliderbar

This commit is contained in:
archer
2023-05-12 23:18:14 +08:00
parent 4e0c876154
commit 651eb1bf6b
2 changed files with 57 additions and 11 deletions

View File

@@ -221,8 +221,8 @@ export const theme = extendTheme({
sm: '900px',
md: '1200px',
lg: '1500px',
xl: '1800',
'2xl': '2100'
xl: '1800px',
'2xl': '2100px'
},
components: {
Modal: ModalTheme,