组件内容:
<Carousel autoplay afterChange={changeBanner} autoplaySpeed={7000} //添加左右切换箭头 arrows={true} prevArrow={<LeftOutlined />} nextArrow={<RightOutlined />}> <Carousel/>
css样式:
.ant-carousel .slick-prev, .ant-carousel .slick-prev:hover, .ant-carousel .slick-prev:focus { font-size: inherit; left: 10px; z-index: 2; color: blueviolet; } .ant-carousel .slick-next, .ant-carousel .slick-next:hover, .ant-carousel .slick-next:focus { font-size: inherit; right: 10px; z-index: 2; color: blueviolet; }
标签:轮播,Carousel,color,slick,next,ant,carousel,Antd,prev From: https://www.cnblogs.com/Esai-Z/p/17408421.html