feat: 删除系统管理页面的面包屑

This commit is contained in:
cp3hnu 2024-07-15 15:41:23 +08:00
parent e9abd18df4
commit 3cfe464909
15 changed files with 17 additions and 15 deletions

View File

@ -34,7 +34,7 @@ const GlobalHeaderRight: React.FC = () => {
>
<QuestionCircleOutlined />
</span> */}
{/* <KFBreadcrumb /> */}
<Button
type="text"
style={{ marginRight: '4px' }}
@ -44,6 +44,8 @@ const GlobalHeaderRight: React.FC = () => {
<ProBreadcrumb></ProBreadcrumb>
{/* <KFBreadcrumb /> */}
<Avatar menu={true} />
{/* <SelectLang className={actionClassName} /> */}
</div>

View File

@ -319,7 +319,7 @@ const JobTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Job>
headerTitle={intl.formatMessage({

View File

@ -217,7 +217,7 @@ const JobLogTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.JobLog>
headerTitle={intl.formatMessage({

View File

@ -258,7 +258,7 @@ const ConfigTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Config>
headerTitle={intl.formatMessage({

View File

@ -234,7 +234,7 @@ const DeptTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Dept>
headerTitle={intl.formatMessage({

View File

@ -259,7 +259,7 @@ const DictTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.DictType>
headerTitle={intl.formatMessage({

View File

@ -303,7 +303,7 @@ const DictDataTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.DictData>
headerTitle={intl.formatMessage({

View File

@ -180,7 +180,7 @@ const LogininforTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Logininfor>
headerTitle={intl.formatMessage({

View File

@ -221,7 +221,7 @@ const MenuTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Menu>
headerTitle={intl.formatMessage({

View File

@ -259,7 +259,7 @@ const NoticeTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Notice>
headerTitle={intl.formatMessage({

View File

@ -227,7 +227,7 @@ const OperlogTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.Monitor.Operlog>
headerTitle={intl.formatMessage({

View File

@ -225,7 +225,7 @@ const PostTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Post>
headerTitle={intl.formatMessage({

View File

@ -163,7 +163,7 @@ const AuthUserTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.User>
headerTitle={intl.formatMessage({

View File

@ -360,7 +360,7 @@ const RoleTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
{contextHolder}
<div style={{ width: '100%', float: 'right' }}>
<ProTable<API.System.Role>

View File

@ -365,7 +365,7 @@ const UserTableList: React.FC = () => {
];
return (
<PageContainer>
<PageContainer header={{ breadcrumb: {} }}>
{contextHolder}
<Row gutter={[16, 24]}>
<Col lg={6} md={24}>