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

修改bug

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