工资单查看详情页面列表滚动
This commit is contained in:
parent
ee712a5056
commit
aaff69de31
|
|
@ -219,7 +219,7 @@ export default class PayrollDetail extends React.Component {
|
|||
<CustomPaginationTable
|
||||
dataSource={salarySendDetailDataSource}
|
||||
columns={this.getColumns()}
|
||||
scroll={{ x: this.getColumns().length * 150 }}
|
||||
scroll={{ x: this.getColumns().length * 150, y: `calc(100vh - 240px)` }}
|
||||
total={salarySendDetailPageInfo.total}
|
||||
current={salarySendDetailPageInfo.pageNum}
|
||||
pageSize={this.pageInfo.pageSize}
|
||||
|
|
|
|||
Loading…
Reference in New Issue