Skip to content

list component use footer or pagination attr, then the list-item will has an extra border-bottom #10028

@younth

Description

@younth
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.4.1

Environment

chrome

Reproduction link

Edit on CodeSandbox

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions