ant-design Ability to customize styles for List.Item["extra"]

gupuwyp2  于 3个月前  发布在  其他
关注(0)|答案(1)|浏览(40)

What problem does this feature solve?

extra element wrapper gets margin-bottom added when sm breakpoint is hit. Which is unnecessary

What does the proposed API look like?

type List.Item = {
      // here all ListItem props
      styles: {
            extra: CSSProperties
      }
}

相关问题