提交 ca611985 编写于 作者: KK's avatar KK

多数据分类器样式

上级 dc3bc90d
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
--color-selected: @theme-color; --color-selected: @theme-color;
} }
} }
// 按钮样式
ion-button { ion-button {
--background: @theme-color; --background: @theme-color;
--color: @text-color; --color: @text-color;
...@@ -73,10 +74,29 @@ ...@@ -73,10 +74,29 @@
border-color: @theme-color; border-color: @theme-color;
} }
} }
.van-rate__icon--full{ .van-rate__icon--full {
color: @theme-color; color: @theme-color;
} }
ion-range{ ion-range {
--bar-background-active:@theme-color; --bar-background-active: @theme-color;
}
// 多数据分类器样式
.ibiz-dropdown-menu {
.van-button--info {
background-color: @theme-color;
border: 1px solid @theme-color;
}
.dropdown-item-icon {
color: @theme-color;
}
}
.ibiz-dropdown-menu.dropdown-menu-ative {
.van-ellipsis {
color: @theme-color;
}
.van-dropdown-menu__title::after {
color: @theme-color;
}
} }
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册