fix:修复h5模式下没填完进度条已满问题 (#69)
This commit is contained in:
parent
70f5c45abe
commit
eea5418734
@ -76,7 +76,8 @@ const { precent } = useProgressBar();
|
|||||||
.progress-outer {
|
.progress-outer {
|
||||||
.progress-inner-wrapper-mobile {
|
.progress-inner-wrapper-mobile {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 750px;
|
width: 100%;
|
||||||
|
max-width: 750px;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
|
Loading…
Reference in New Issue
Block a user