diff --git a/src/components/Common/CommonListTab/index.js b/src/components/Common/CommonListTab/index.js index a98ccfe..a06a36f 100644 --- a/src/components/Common/CommonListTab/index.js +++ b/src/components/Common/CommonListTab/index.js @@ -468,6 +468,11 @@ const CommonListTabComponent = Form.create({ } } + const realHeight = window.screen.height * window.devicePixelRatio; + + if (realHeight < 1600) { + slave0TableHeight = slave0TableHeight - 50; + } const pagination = { pageSize: commonUtils.isNotEmptyNumber(props.iPageSize) && props.iPageSize !== 0 ? props.iPageSize : commonConfig.pageSize, ...slavePagination,