Commit 116f6f61 authored by KeYong's avatar KeYong

bug

parent bb2c2835
...@@ -244,7 +244,7 @@ class AmosGridTable extends Component { ...@@ -244,7 +244,7 @@ class AmosGridTable extends Component {
rowSelection={rowSelection} rowSelection={rowSelection}
columns={columns} columns={columns}
dataSource={dataList} dataSource={dataList}
pagination={{ ..._pagination, style: { position: 'fixed', bottom: '10px', right: '10px' } }} pagination={{ ..._pagination, style: { position: 'absolute', bottom: '-55px', right: '430px' } }}
size={size} size={size}
bordered={bordered} bordered={bordered}
scroll={{ y: maxHeight }} scroll={{ y: maxHeight }}
......
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