update 调整大量细节
This commit is contained in:
@@ -40,7 +40,8 @@ export default class QueryTable extends Component {
|
||||
size: 'small',
|
||||
showSizeChanger: true,
|
||||
showQuickJumper: true,
|
||||
showTotal: (total) => `总共${total}条数据`
|
||||
showTotal: (total) => `总共${total}条数据`,
|
||||
position: ['bottomLeft']
|
||||
}
|
||||
|
||||
// 默认选中页码
|
||||
|
||||
Reference in New Issue
Block a user