|
|
@@ -248,7 +248,7 @@ Ext.define('saas.view.sys.account.DataList', {
|
|
|
gridBodyBox = grid.body.dom.getBoundingClientRect(),
|
|
|
gridBodyBoxHeight = gridBodyBox.height;
|
|
|
|
|
|
- var pageSize = Math.floor(gridBodyBoxHeight / 32);
|
|
|
+ var pageSize = Math.floor(gridBodyBoxHeight / 35);
|
|
|
|
|
|
store.setPageSize(pageSize);
|
|
|
},
|