types: Adding BfFrom Component types

This commit is contained in:
kailong321200875
2021-12-11 20:50:05 +08:00
parent 641ed684fe
commit 8e036f54b5
9 changed files with 303 additions and 180 deletions

View File

@@ -10,11 +10,10 @@ export default defineConfig({
theme: {
extend: {
screens: {
sm: '640px',
md: '768px',
lg: '1024px',
xl: '1280px',
'2xl': '1536px'
sm: '768px',
md: '992px',
lg: '1200px',
xl: '1920px'
}
}
}