| @@ -34,7 +34,7 @@ const GlobalHeaderRight: React.FC = () => { | |||||
| > | > | ||||
| <QuestionCircleOutlined /> | <QuestionCircleOutlined /> | ||||
| </span> */} | </span> */} | ||||
| {/* <KFBreadcrumb /> */} | |||||
| <Button | <Button | ||||
| type="text" | type="text" | ||||
| style={{ marginRight: '4px' }} | style={{ marginRight: '4px' }} | ||||
| @@ -44,6 +44,8 @@ const GlobalHeaderRight: React.FC = () => { | |||||
| <ProBreadcrumb></ProBreadcrumb> | <ProBreadcrumb></ProBreadcrumb> | ||||
| {/* <KFBreadcrumb /> */} | |||||
| <Avatar menu={true} /> | <Avatar menu={true} /> | ||||
| {/* <SelectLang className={actionClassName} /> */} | {/* <SelectLang className={actionClassName} /> */} | ||||
| </div> | </div> | ||||
| @@ -319,7 +319,7 @@ const JobTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.Monitor.Job> | <ProTable<API.Monitor.Job> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -217,7 +217,7 @@ const JobLogTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.Monitor.JobLog> | <ProTable<API.Monitor.JobLog> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -258,7 +258,7 @@ const ConfigTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Config> | <ProTable<API.System.Config> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -234,7 +234,7 @@ const DeptTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Dept> | <ProTable<API.System.Dept> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -259,7 +259,7 @@ const DictTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.DictType> | <ProTable<API.System.DictType> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -303,7 +303,7 @@ const DictDataTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.DictData> | <ProTable<API.System.DictData> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -180,7 +180,7 @@ const LogininforTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.Monitor.Logininfor> | <ProTable<API.Monitor.Logininfor> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -221,7 +221,7 @@ const MenuTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Menu> | <ProTable<API.System.Menu> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -259,7 +259,7 @@ const NoticeTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Notice> | <ProTable<API.System.Notice> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -227,7 +227,7 @@ const OperlogTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.Monitor.Operlog> | <ProTable<API.Monitor.Operlog> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -225,7 +225,7 @@ const PostTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Post> | <ProTable<API.System.Post> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -163,7 +163,7 @@ const AuthUserTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.User> | <ProTable<API.System.User> | ||||
| headerTitle={intl.formatMessage({ | headerTitle={intl.formatMessage({ | ||||
| @@ -360,7 +360,7 @@ const RoleTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| {contextHolder} | {contextHolder} | ||||
| <div style={{ width: '100%', float: 'right' }}> | <div style={{ width: '100%', float: 'right' }}> | ||||
| <ProTable<API.System.Role> | <ProTable<API.System.Role> | ||||
| @@ -365,7 +365,7 @@ const UserTableList: React.FC = () => { | |||||
| ]; | ]; | ||||
| return ( | return ( | ||||
| <PageContainer> | |||||
| <PageContainer header={{ breadcrumb: {} }}> | |||||
| {contextHolder} | {contextHolder} | ||||
| <Row gutter={[16, 24]}> | <Row gutter={[16, 24]}> | ||||
| <Col lg={6} md={24}> | <Col lg={6} md={24}> | ||||