feat(fe): enable loading during waiting

This commit is contained in:
hexxa 2022-01-23 13:55:22 +08:00 committed by Hexxa
parent 958872731a
commit 5a11463386
5 changed files with 276 additions and 168 deletions

View file

@ -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 {