Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个人,
如何使用 ant design (NG-Zorro) 轮播在每页显示多个项目。 https://ng.ant.design/components/carousel/en
我想展示这样的东西 - 多个项目
https://ng.ant.design/components/carousel/en
如果要在每页显示多个项目,只需将slidesToShow属性设置为所需的数字。
<Carousel slidesToShow={3}> <div>1</div> <div>2</div> <div>3</div> <div>4</div> <div>5</div> </Carousel>
Meybe you 在文件 css 中,您必须删除 line-height: :