Commit 199b9e40 authored by 王珂's avatar 王珂

修改bug

parent 12909c67
......@@ -189,8 +189,8 @@ class AmosGridTable extends Component {
onShowSizeChange: this.onSizeChange,
onChange: this.onPaginationChange,
maxSeries: 4,
showSizeChanger: true,
style: { position: 'fixed', bottom: 0, right: 0 }
showSizeChanger: true
// style: { position: 'fixed', bottom: 0, right: 0 }
// showTotal: this.showTotal
}, pagination);
let _tempPagination = isPageable === false ? false : tepmPage;
......@@ -200,6 +200,7 @@ class AmosGridTable extends Component {
let divStyle = this.state.showFilter ? 'other-table-bar' : 'table-bar';
let display = this.state.showFilter ? 'block' : 'none';
let searchStyle = { display };
console.log(_pagination);
return (
<div className='grid-content' style={{ height: '100%' }}>
<div className='oper-bar'>
......
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