fix(uploader): add error info and fix issues in uploader

This commit is contained in:
hexxa 2021-09-12 20:35:34 +08:00 committed by Hexxa
parent e462c349a5
commit 3b1508af51
6 changed files with 138 additions and 92 deletions

View file

@ -725,3 +725,9 @@ div.hr {
overflow-wrap: break-word;
display: block;
}
.alert-red {
border: dashed 1px #e74c3c;
color: #e74c3c;
border-radius: 0.5rem;
}