fix:修复h5模式下没填完进度条已满问题 (#69)
This commit is contained in:
parent
98773bdbd6
commit
66cc671918
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user