lanjianrong 3 years ago
parent
commit
e29225efd2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/pages/Project/Management/List/index.tsx

+ 0 - 1
src/pages/Project/Management/List/index.tsx

@@ -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 }}