我在使用PageContainer时,不希望breadcrume显示出来,就是删除下图中的红色选中部分,但是不知道怎么配置可以实现这个功能?💻 示例代码import React from 'react'; import { PageContainer } from '@ant-design/pro-layout';export default (): React.ReactNode => { return ( Hello Herolei ); };🚑 其他信息...
PageContainer设置自定义面包屑,当路由模式是browser 跳转走的是hash 💻 示例代码 <PageContainer title="审批详情" breadcrumb={{ routes: [ { path: '/home', breadcrumbName: '首页', }, { path: '/auditview/:id', breadcrumbName: '审批详情', }, ], }} > 🚑 其他信息Contributor chenshuai21...
中后台中,多个页面可能都需要水印,所以能不能将这个功能添加到PageContainer 中 👍 4 chenshuai2144 added 🎖️ featrue layout labels Sep 27, 2020 chenshuai2144 mentioned this issue Mar 4, 2021 feat(layout): layout support WaterMark #2086 Merged chenshuai2144 closed this as completed Mar...
Ant Design Pro 版本: 5.8.2 umi 版本 4.0 浏览器环境 开发环境 mac OS 🚑 其他信息chenshuai2144 added the AI Reply label Oct 7, 2023 Copy link Collaborator chenshuai2144 commented Jan 2, 2024 对于这个问题,你可以通过在 ConfigProvider 中设置 theme 属性来全局修改 pageContainer 的header 的背景...
2 changes: 1 addition & 1 deletion 2 packages/layout/src/components/PageContainer/demos/token.tsx Original file line numberDiff line numberDiff line change @@ -65,7 +65,7 @@ export default () => ( ], }} > <ProTable /> <ProTable search={false} /> </PageContainer> );15 chang...
🐛 bug 描述 将ProCard设置split模式,包裹在PageContainer容器里,导致ProCard css错乱。 📷 复现步骤 🏞 期望结果 💻 复现代码 © 版本信息 ProComponents 版本: [ "@ant-design/pro-layout": "^6.5.0", "@ant-design/pro-card": "^1.8.2",] 🚑 其他信息
chenshuai2144merged commit629cef5intoant-design:v5May 20, 2020 chenshuai2144added a commit that referenced this pull requestJul 1, 2021 ant design pro v5 发布 (#8642) a2d434f Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment...
🐛 bug 描述 在Pro-Layout中使用,当设置了fixedHeader:false的情况下,PageContainer的距离顶部的距离应该是0 📷 复现步骤 没滚动之前正常 设置了fixedHeader:false 滚动 🏞 期望结果 看是不是可以提供一个配置值比如fixedHeader=0 💻 复现代码 © 版本信息 ProC
🐛 Bug Description When using the PageContainer component with the loading property: loading={{ spinning: loading, tip: 'Page loading...', }} the content inside the PageContainer renders twice when running ( + R ) / navigation. without ...
🧐Problem Description At present, we are utilizing ProLayout from antd-pro. I have enclosed the content with a PageContainer wrapper, which functions well on larger screens. However, on mobile screens, it does not work as intended, as the...