Skip to content

Commit

Permalink
fix(h5): update progress style
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Feb 21, 2024
1 parent 01a25cd commit 4b4abd1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions packages/taro-components/src/styles/widget/weui-progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
align-items: center;
}

// .weui-progress__bar {
// background-color: $weuiProgressBg;
// height: $weuiProgressHeight;
// flex: 1;
// }
.weui-progress__bar {
background-color: $weuiProgressBg;
height: $weuiProgressHeight;
flex: 1;
}

// .weui-progress__inner-bar {
// width: 0;
// height: 100%;
// background-color: $weuiProgressColor;
// }
.weui-progress__inner-bar {
width: 0;
height: 100%;
background-color: $weuiProgressColor;
}

// .weui-progress__opr {
// display: block;
// margin-left: 15px;
// font-size: 0;
// }
.weui-progress__opr {
display: block;
margin-left: 15px;
font-size: 0;
}

0 comments on commit 4b4abd1

Please sign in to comment.