Version
3.4.1
Environment
chrome
Reproduction link

Steps to reproduce
<List
footer={"test"}
grid={{ gutter: 16, column: 4 }}
dataSource={data}
renderItem={item => (
<List.Item>
<Card title={item.title}>Card content</Card>
</List.Item>
)}
/>
What is expected?
list-item has no border-bottom
What is actually happening?
list-item has border-bottom