/deep/ .el-carousel__indicator--horizontal .el-carousel__button {
width: 10px;
height: 10px;
background: transparent;
border: 1px solid #ffffff;
border-radius: 50%;
opacity: 0.5;
}
/deep/ .el-carousel__indicator--horizontal.is-active .el-carousel__button{
width: 10px;
height: 10px;
background: #ffffff;
border-radius: 50%;
opacity: 1;
}
elementui 走马灯指示器设置为圆点
最新推荐文章于 2025-09-17 19:50:52 发布
本文介绍如何使用 Element UI 框架定制轮播图指示器的样式,包括设置指示器的尺寸、背景颜色及透明度等,实现美观且符合需求的设计效果。
1万+





