fix progress

This commit is contained in:
Timi
2025-12-11 15:06:50 +08:00
parent 0cdef54954
commit dc71590bd9
6 changed files with 240 additions and 100 deletions

View File

@ -111,9 +111,20 @@
}
}
.progress {
.uploading {
width: 100%;
margin-top: 1rem;
.progress {
margin-bottom: 8rpx;
}
.text {
color: var(--theme-text-secondary);
display: flex;
font-size: .8rem;
justify-content: space-between;
}
}
.ctrl {