fix:修复h5模式下没填完进度条已满问题 (#69)

This commit is contained in:
chaorenluo 2024-03-07 13:52:55 +08:00 committed by sudoooooo
parent 70f5c45abe
commit eea5418734

View File

@ -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;