소스 검색

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,
   },
 };