feat(fe): enable error logger and reporting
This commit is contained in:
parent
3cb711b37e
commit
9a7cfcb097
10 changed files with 153 additions and 35 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue