lanjianrong 3 år sedan
förälder
incheckning
e29225efd2
1 ändrade filer med 0 tillägg och 1 borttagningar
  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}>
       <ProTable<API.ProjectListItem>
         rowKey="ID"
-        bordered
         params={state.params}
         actionRef={tRef}
         scroll={{ y: document.body.clientHeight - 313 }}