您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- /* 改变主题色变量 */
- $--color-primary: #00ebc3 !important;
-
- .el-carousel {
- .el-carousel__indicators {
- .is-active {
- button{
- background-color: aqua;
- }
- }
- }
- .el-carousel__indicators--outside {
- bottom: 0;
- position: absolute;
- }
- }
|