fix(fe/uploadings): disable button when uploading is stopped or error found
This commit is contained in:
parent
4299829440
commit
0cff932343
4 changed files with 42 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue