恢复进度条默认值

This commit is contained in:
dragon
2024-10-14 15:04:08 +08:00
parent dc40dbcf55
commit 131bc932c2
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ body {
} }
.myBox .lineBox .line { .myBox .lineBox .line {
width: 10%; width: 0%;
height: 100%; height: 100%;
position: absolute; position: absolute;
left: 0; left: 0;

View File

@@ -172,7 +172,7 @@ body {
border-radius: px2rem(16); border-radius: px2rem(16);
.line { .line {
width: 10%; width: 0%;
height: 100%; height: 100%;
position: absolute; position: absolute;
left: 0; left: 0;