feat(fe): enable error logger and reporting

This commit is contained in:
hexxa 2021-12-28 23:18:08 +08:00 committed by Hexxa
parent 3cb711b37e
commit 9a7cfcb097
10 changed files with 153 additions and 35 deletions

View file

@ -270,12 +270,33 @@
padding: 1rem 0 1rem 0;
}
.theme-default .upload-item .error {
.theme-default .error {
font-size: 1.4rem;
padding: 1rem;
color: #f1c40f;
margin: 1rem 0 0 0;
background-color: #2c3e50;
overflow-wrap: break-word;
}
.theme-default .error-inline {
font-size: 1.4rem;
padding: 1rem;
color: #f1c40f;
margin: 1rem 0 0 0;
background-color: #2c3e50;
white-space: nowrap;
overflow: auto;
}
.theme-default .error {
font-size: 1.4rem;
padding: 1rem;
color: #f1c40f;
margin: 1rem 0 0 0;
background-color: #2c3e50;
overflow: hidden;
}
.theme-default #sharing-list .info {