fix(uploader): add error info and fix issues in uploader
This commit is contained in:
parent
e462c349a5
commit
3b1508af51
6 changed files with 138 additions and 92 deletions
|
@ -725,3 +725,9 @@ div.hr {
|
|||
overflow-wrap: break-word;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.alert-red {
|
||||
border: dashed 1px #e74c3c;
|
||||
color: #e74c3c;
|
||||
border-radius: 0.5rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue