Package Exports
- hoonghu-layout
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hoonghu-layout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
鸿鹄大脑风格布局
基于ant-design-pro-layout二次封装的布局插件,适用于鑫义科技-鸿鹄大脑项目
升级功能
- 导航栏圆角
- 收缩按钮移动至侧边栏,侧边栏宽度更为纤细
- 页面容器固定,内容超出滚动
- footer移至侧边栏
注意事项:
- 使用本组件需要配置sidemenu布局以及dark主题
- 组件内置了导航栏圆角风格,如在项目内已配置过圆角,需删除项后使用
- footerRender已弃用,可通过showFooter(Boolean)控制侧边栏copyright显隐
- breadcrumbRender已弃用,root_path已默认为首页
使用步骤:
- 通过npm|yarn安装插件
- 在项目src/layout/BasicLayout中引入替换即可
import ProLayout from "hoonghu-layout";