::v-deep .el-carousel__indicators {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 20px;
padding-left: 5px;
padding-right: 5px;
height: 34px;
}
::v-deep .el-carousel__button {
width: 10px;
height: 10px;
border: none;
border-radius: 50%;
background-color: rgba(0, 0, 0, 0.2);
}
::v-deep .is-active .el-carousel__button {
// 指示器激活按钮
background: #355c78;
}
修改elementui 走马灯指示器css样式
最新推荐文章于 2025-01-23 16:07:21 发布