Browse Source

add screen-xxl

pull/1747/head
yoyo837 8 years ago
committed by 陈帅
parent
commit
ebb4db4748
  1. 4
      src/layouts/BasicLayout.js

4
src/layouts/BasicLayout.js

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

Loading…
Cancel
Save