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

This commit is contained in:
chaorenluo 2024-03-07 13:52:55 +08:00 committed by GitHub
parent 98773bdbd6
commit 66cc671918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;