feat: display upload speed and time left (#34)

This commit is contained in:
sigoden
2022-06-11 12:34:03 +08:00
committed by GitHub
parent 99f0de6ca0
commit b3890ea094
3 changed files with 45 additions and 8 deletions

View File

@@ -93,6 +93,11 @@ body {
display: none;
}
.upload-status span {
width: 70px;
display: inline-block;
}
.main {
padding: 0 1em;
}