소스 검색

chore<table>: fix type (#2528)

luocong2016 2 년 전
부모
커밋
ce0f528ba8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/Table/src/types/table.ts

+ 2 - 1
src/components/Table/src/types/table.ts

@@ -310,7 +310,8 @@ export interface BasicTableProps<T = any> {
    * you need to add style .ant-table td { white-space: nowrap; }.
    * @type object
    */
-  scroll?: { x?: number | true; y?: number };
+  scroll?: { x?: number | string | true; y?: number | string };
+  
 
   /**
    * Whether to show table header