mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
perf: improve login logic
This commit is contained in:
@@ -10,14 +10,13 @@ export default defineConfig({
|
||||
extend: {
|
||||
colors,
|
||||
},
|
||||
|
||||
// screen: {
|
||||
// sm: '576px',
|
||||
// md: '768px',
|
||||
// lg: '992px',
|
||||
// xl: '1200px',
|
||||
// '2xl': '1600px',
|
||||
// },
|
||||
screens: {
|
||||
sm: '576px',
|
||||
md: '768px',
|
||||
lg: '992px',
|
||||
xl: '1200px',
|
||||
'2xl': '1600px',
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user