实现的效果

而我的效果

.el-carousel__button{
width: 16px;
height: 4px;
background-color: red;
}
实现的效果


.el-carousel__button{
width: 16px;
height: 4px;
background-color: red;
}
.el-carousel__indicator.is-active button{
background-color: red;
}