Skip to content

Commit

Permalink
fix(comp:slider): auto fill width
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Jul 24, 2022
1 parent a0d81c5 commit f72d6a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/slider/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.@{slider-prefix} {
position: relative;
box-sizing: border-box;
flex: 1;
height: 12px;
margin: 10px 6px;
padding: 4px 0;
Expand Down

0 comments on commit f72d6a1

Please sign in to comment.