Commit 85195a94 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改size

parent 0877d8c6
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-04 15:09:09 * @Date: 2020-11-04 15:09:09
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-29 14:16:40 * @LastEditTime: 2021-07-26 13:52:41
* @Description: 维修商品抽屉组件 * @Description: 维修商品抽屉组件
*/ */
import React from 'react'; import React from 'react';
...@@ -641,6 +641,7 @@ class GoodsDrawer extends React.Component<GoodsDrawerProps, GoodsDrawerState> { ...@@ -641,6 +641,7 @@ class GoodsDrawer extends React.Component<GoodsDrawerProps, GoodsDrawerState> {
pageSize={size} pageSize={size}
total={dataSource.totalCount} total={dataSource.totalCount}
onChange={this.handlePaginationChange} onChange={this.handlePaginationChange}
size="small"
showQuickJumper showQuickJumper
/> />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment