You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* 改变主题色变量 */
- $--color-primary: #00ebc3 !important;
-
- .el-carousel {
- .el-carousel__indicators {
- .is-active {
- button{
- background-color: aqua;
- }
- }
- }
- .el-carousel__indicators--outside {
- bottom: 0;
- position: absolute;
- }
- }
|