feat: 平板和小屏幕适配

This commit is contained in:
osiris
2024-02-19 15:03:16 +08:00
parent 3f387b0c7e
commit 7456b9a35f
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default {
screens: {
// 自定义响应式尺寸
'c-xs': {'max': '768px'},
'c-sm': {'min': '768px'},
'c-sm': {'min': '768px'}, //相当远默认的md
'c-md': {'min': '992px'},
'c-lg': {'min': '1200px'},
...defaultTheme.screens,