|
@@ -181,7 +181,6 @@ const List: React.FC<ListProps> = ({ schema, dispatch, pTypeList }) => {
|
|
<PageContainer title={false}>
|
|
<PageContainer title={false}>
|
|
<ProTable<API.ProjectListItem>
|
|
<ProTable<API.ProjectListItem>
|
|
rowKey="ID"
|
|
rowKey="ID"
|
|
- bordered
|
|
|
|
params={state.params}
|
|
params={state.params}
|
|
actionRef={tRef}
|
|
actionRef={tRef}
|
|
scroll={{ y: document.body.clientHeight - 313 }}
|
|
scroll={{ y: document.body.clientHeight - 313 }}
|