|
|
@@ -156,12 +156,13 @@ export default function Info() {
|
|
|
dataSource={userList}
|
|
|
columns={columns}
|
|
|
bordered
|
|
|
+ scroll={{ y: document.body.clientHeight - 124 }}
|
|
|
rowClassName={(record: iUserInfo) => !record.enable ? 'pi-red' : ''}
|
|
|
rowKey={record => record.id}
|
|
|
pagination={{
|
|
|
- hideOnSinglePage: true,
|
|
|
- size: "small",
|
|
|
- pageSize: 10
|
|
|
+ // hideOnSinglePage: true,
|
|
|
+ size: "small"
|
|
|
+ // pageSize: 10
|
|
|
}}
|
|
|
/>
|
|
|
</div>
|