优化代码

pull/65/head
awenes 2023-10-05 13:52:33 +08:00
parent a3014d3a66
commit 79b11a0f25
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ export default (props: { userId: string }) => {
columns={columns}
search={false}
rowKey={'id'}
scroll={{ x: 1200 }}
scroll={{ x: 900 }}
request={getLoginAuditList}
params={{ userId: userId }}
pagination={{ pageSize: 10 }}