diff --git a/EditorFlow/src/components/PageHeaderWrapper/index.tsx b/EditorFlow/src/components/PageHeaderWrapper/index.tsx index 18525c4b66ed20dfa89fd987ad943e18a710bcab..afe7458770ad1daf2f141e2cfd82ee28a20283ac 100644 --- a/EditorFlow/src/components/PageHeaderWrapper/index.tsx +++ b/EditorFlow/src/components/PageHeaderWrapper/index.tsx @@ -15,7 +15,7 @@ interface IPageHeaderTabConfig { interface IPageHeaderWrapperProps extends IPageHeaderTabConfig { content?: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; extraContent?: React.ReactNode; } diff --git a/EditorFlow/src/index.tsx b/EditorFlow/src/index.tsx index d8dec88ad9a027ba8d5c96a941fc423c53bc67c6..d8aa2f02e58515e735be7365e0b8c5a7ea2d32ea 100644 --- a/EditorFlow/src/index.tsx +++ b/EditorFlow/src/index.tsx @@ -13,10 +13,7 @@ GGEditor.setTrackable(false); export default () => { return ( - + diff --git a/EditorKoni/src/components/PageHeaderWrapper/index.tsx b/EditorKoni/src/components/PageHeaderWrapper/index.tsx index 18525c4b66ed20dfa89fd987ad943e18a710bcab..afe7458770ad1daf2f141e2cfd82ee28a20283ac 100644 --- a/EditorKoni/src/components/PageHeaderWrapper/index.tsx +++ b/EditorKoni/src/components/PageHeaderWrapper/index.tsx @@ -15,7 +15,7 @@ interface IPageHeaderTabConfig { interface IPageHeaderWrapperProps extends IPageHeaderTabConfig { content?: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; extraContent?: React.ReactNode; } diff --git a/EditorKoni/src/index.tsx b/EditorKoni/src/index.tsx index 68c5b6abc32a5d9505661b6b1bd220d3f65e2541..8bb77d4ade01064120bf307e738de70e5e212cab 100644 --- a/EditorKoni/src/index.tsx +++ b/EditorKoni/src/index.tsx @@ -13,10 +13,7 @@ GGEditor.setTrackable(false); export default () => { return ( - + diff --git a/EditorMind/src/components/PageHeaderWrapper/index.tsx b/EditorMind/src/components/PageHeaderWrapper/index.tsx index 18525c4b66ed20dfa89fd987ad943e18a710bcab..afe7458770ad1daf2f141e2cfd82ee28a20283ac 100644 --- a/EditorMind/src/components/PageHeaderWrapper/index.tsx +++ b/EditorMind/src/components/PageHeaderWrapper/index.tsx @@ -15,7 +15,7 @@ interface IPageHeaderTabConfig { interface IPageHeaderWrapperProps extends IPageHeaderTabConfig { content?: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; extraContent?: React.ReactNode; } diff --git a/EditorMind/src/index.tsx b/EditorMind/src/index.tsx index 62c954da606089f2c2c86502fdaae892784eeeef..95624309bb42f33907dee41795981c39d879819d 100644 --- a/EditorMind/src/index.tsx +++ b/EditorMind/src/index.tsx @@ -13,10 +13,7 @@ GGEditor.setTrackable(false); export default () => { return ( - + diff --git a/FormBasicForm/src/components/PageHeaderWrapper/index.tsx b/FormBasicForm/src/components/PageHeaderWrapper/index.tsx index 93a13146d9ca267a040c3cc66fcc50c1723f6326..9d27e13fc591e9a4316af0774807f84753856c81 100644 --- a/FormBasicForm/src/components/PageHeaderWrapper/index.tsx +++ b/FormBasicForm/src/components/PageHeaderWrapper/index.tsx @@ -5,7 +5,7 @@ import styles from './index.less'; interface IPageHeaderWrapperProps { content: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; } const PageHeaderWrapper: React.SFC = ({ diff --git a/FormBasicForm/src/index.tsx b/FormBasicForm/src/index.tsx index 647cd06e8581139f536d0e79ae4dac15e0c1efe0..50125d1bc6855e1b642e6ecf0ff7557631cdc44e 100644 --- a/FormBasicForm/src/index.tsx +++ b/FormBasicForm/src/index.tsx @@ -71,10 +71,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component} - content={} - > + }>
}> diff --git a/FormStepForm/src/components/PageHeaderWrapper/index.tsx b/FormStepForm/src/components/PageHeaderWrapper/index.tsx index 7186520a77222ae3661708e1d6db1e520cfb7e80..f210198c8df8fc1356c886d7c6ed9b3fbc6d22d5 100644 --- a/FormStepForm/src/components/PageHeaderWrapper/index.tsx +++ b/FormStepForm/src/components/PageHeaderWrapper/index.tsx @@ -6,7 +6,7 @@ import { GridContent } from '@ant-design/pro-layout'; interface IPageHeaderWrapperProps { content?: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; extraContent?: React.ReactNode; } diff --git a/FormStepForm/src/index.tsx b/FormStepForm/src/index.tsx index f7982f4daef855b987037173535f8ee0c4791eaf..f14f8f3cbc1fd03394919c021f6bd723b1fb0def 100644 --- a/FormStepForm/src/index.tsx +++ b/FormStepForm/src/index.tsx @@ -43,10 +43,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component; } return ( - + diff --git a/ListCardList/src/components/PageHeaderWrapper/index.tsx b/ListCardList/src/components/PageHeaderWrapper/index.tsx index 7186520a77222ae3661708e1d6db1e520cfb7e80..f210198c8df8fc1356c886d7c6ed9b3fbc6d22d5 100644 --- a/ListCardList/src/components/PageHeaderWrapper/index.tsx +++ b/ListCardList/src/components/PageHeaderWrapper/index.tsx @@ -6,7 +6,7 @@ import { GridContent } from '@ant-design/pro-layout'; interface IPageHeaderWrapperProps { content?: React.ReactNode; - title: React.ReactNode; + title?: React.ReactNode; extraContent?: React.ReactNode; } diff --git a/ListCardList/src/index.tsx b/ListCardList/src/index.tsx index e199597481abbef676e260ec14d43c2a603dc9d6..3a4b89e71944848393bbe59e3172c392e281786d 100644 --- a/ListCardList/src/index.tsx +++ b/ListCardList/src/index.tsx @@ -88,7 +88,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< ); const nullData = {} as CardListItemDataType; return ( - +
= ({ children, content, title }) => ( diff --git a/ProfileBasic/src/index.tsx b/ProfileBasic/src/index.tsx index 52362e6a685a252a6bcb3c4a21c292f02b9ba7d2..07db1bd16279a2e8ccc5848762de8f9d05d83fd8 100644 --- a/ProfileBasic/src/index.tsx +++ b/ProfileBasic/src/index.tsx @@ -167,7 +167,7 @@ class PAGE_NAME_UPPER_CAMEL_CASE extends Component< }, ]; return ( - + 1000000000