Skip to content

Commit

Permalink
fix(steps): update style
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Apr 22, 2019
1 parent 2535950 commit 762e73c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions components/steps/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,10 @@ export default {
align-items center
flex-direction column
&.reached
.icon-wrapper
color steps-color-active
.text-wrapper .name
color steps-text-color
&.current
.icon-wrapper, .text-wrapper .name
.text-wrapper .name
color steps-color-active
.text-wrapper
top 100%
Expand Down Expand Up @@ -332,7 +330,6 @@ export default {
align-items stretch
.icon-wrapper
position relative
justify-content flex-start
.step-node-default
min-width steps-icon-size
min-height steps-icon-size
Expand Down Expand Up @@ -386,9 +383,11 @@ export default {
.desc
line-height steps-text-font-size
font-size steps-desc-font-size
&.reached
.icon-wrapper .step-node-default-icon
background steps-color-active
&.reached, &.current
.icon-wrapper
color steps-color-active
.step-node-default-icon
background steps-color-active
.bar
position relative
Expand Down

0 comments on commit 762e73c

Please sign in to comment.