瀏覽代碼

Remove pageSize select in table

afc163 8 年之前
父節點
當前提交
94d2fe6d29
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/routes/Dashboard/Analysis.js

+ 0 - 2
src/routes/Dashboard/Analysis.js

@@ -413,8 +413,6 @@ export default class Analysis extends Component {
                 dataSource={searchData}
                 pagination={{
                   style: { marginBottom: 0 },
-                  showSizeChanger: true,
-                  showQuickJumper: true,
                   pageSize: 5,
                 }}
               />