[improvement] optimize active color (#3026)

This commit is contained in:
neverland
2019-03-21 15:08:39 +08:00
committed by GitHub
parent 055387108f
commit f645d64900
6 changed files with 10 additions and 7 deletions
+2
View File
@@ -63,6 +63,8 @@ export default {
<style lang="less">
.demo-stepper {
background-color: #fff;
.van-stepper {
margin-left: 15px;
}
+1 -1
View File
@@ -38,7 +38,7 @@
}
&:active {
background-color: @active-color;
background-color: @stepper-active-color;
}
&--disabled {