fix(fe/uploadings): disable button when uploading is stopped or error found

This commit is contained in:
hexxa 2022-02-10 14:38:44 +08:00 committed by Hexxa
parent 4299829440
commit 0cff932343
4 changed files with 42 additions and 4 deletions

View file

@ -648,3 +648,11 @@
.item-name-horizontal {
width: 48rem;
}
.theme-default .badge {
border: none;
border-radius: 0.5rem;
font-weight: bold;
font-size: 1.2rem;
padding: 0.8rem 1rem;
}