lanjianrong 3 年之前
父节点
当前提交
e29225efd2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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 }}