瀏覽代碼

add screen-xxl

yoyo837 7 年之前
父節點
當前提交
ebb4db4748
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/layouts/BasicLayout.js

+ 4 - 0
src/layouts/BasicLayout.js

@@ -76,6 +76,10 @@ const query = {
   },
   'screen-xl': {
     minWidth: 1200,
+    maxWidth: 1599,
+  },
+  'screen-xxl': {
+    minWidth: 1600,
   },
 };