feat(fe): enable loading during waiting
This commit is contained in:
parent
958872731a
commit
5a11463386
5 changed files with 276 additions and 168 deletions
|
@ -513,13 +513,14 @@
|
|||
|
||||
.theme-default #loading-container {
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border-radius: 0.6rem;
|
||||
border-radius: 3rem;
|
||||
padding: 0.5rem;
|
||||
position: fixed;
|
||||
right: 2rem;
|
||||
bottom: 2rem;
|
||||
height: 3rem;
|
||||
z-index: 201;
|
||||
height: 5rem;
|
||||
width: 5rem;
|
||||
}
|
||||
|
||||
.theme-default #settings-layer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue