Skip to content

Commit

Permalink
fix:修复h5模式下没填完进度条已满问题 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaorenluo authored Mar 7, 2024
1 parent 98773bd commit 66cc671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/render/components/progressBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ const { precent } = useProgressBar();
.progress-outer {
.progress-inner-wrapper-mobile {
position: fixed;
width: 750px;
width: 100%;
max-width: 750px;
height: 2px;
top: 0;
background-color: #f5f5f5;
Expand Down

0 comments on commit 66cc671

Please sign in to comment.