fix: table 高度消失 (#2572)

This commit is contained in:
luocong2016 2023-02-22 18:32:07 +08:00 committed by GitHub
parent c2a159155c
commit fb73be0928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
// slots: { customRender: 'action' }, // slots: { customRender: 'action' },
scroll: { y: '100%' },
}, },
scroll: { y: '100%' },
pagination: false, pagination: false,
}); });