feat: 添加平铺菜单布局
Showing
This diff is collapsed.
... | ... | @@ -92,7 +92,7 @@ |
"dependencies": { | ||
"@ant-design/colors": "^5.0.1", | ||
"@ant-design/icons": "^4.0.0", | ||
"@ant-design/pro-layout": "^6.18.1", | ||
"@ant-design/pro-layout": "^6.24.1", | ||
"@ant-design/pro-skeleton": "^1.0.0-beta.2", | ||
"@ant-design/pro-table": "^2.5.3", | ||
"@ant-design/pro-utils": "^1.10.4", | ||
... | ... | @@ -133,6 +133,7 @@ |
"react-redux": "7.0.2", | ||
"react-router-config": "^5.1.1", | ||
"react-router-dom": "5.1.0", | ||
"react-svg": "^14.0.11", | ||
"react-use": "^15.3.4", | ||
"redux": "4.0.1", | ||
"redux-immutable": "^4.0.0", | ||
... | ... | @@ -174,6 +175,7 @@ |
"babel-loader": "8.0.5", | ||
"babel-plugin-dynamic-import-node": "2.2.0", | ||
"babel-plugin-import": "^1.13.0", | ||
"babel-plugin-inline-react-svg": "^2.0.1", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-react-intl": "3.0.1", | ||
"babel-plugin-styled-components": "1.10.0", | ||
... | ... | @@ -252,6 +254,7 @@ |
"raw-loader": "^4.0.2", | ||
"react-app-polyfill": "0.2.2", | ||
"react-error-overlay": "6.0.8", | ||
"react-inlinesvg": "^2.3.0", | ||
"react-refresh": "^0.9.0", | ||
"react-sticky": "^6.0.3", | ||
"react-test-renderer": "16.8.6", | ||
... | ... |
src/assets/basic/header.png
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
src/layouts/BasicLayout.less
0 → 100644
src/layouts/BasicLayout1.js
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment