From 4d9a9b96e40f7e7b364e93b92e7e59c42ae12087 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Fri, 18 Feb 2022 23:30:48 +0100 Subject: [PATCH] some fixes --- .../app/components/ui-loading.vue | 16 +++++- .../app/modules/settings/settings.vue | 51 ++++++++++++------- zero.Backoffice.UI/app/services/overlay.ts | 20 +++++--- zero.Backoffice.UI/app/services/request.ts | 5 ++ zero.Core/Utils/TableBuilder/ExcelCreator.cs | 6 +-- 5 files changed, 67 insertions(+), 31 deletions(-) diff --git a/zero.Backoffice.UI/app/components/ui-loading.vue b/zero.Backoffice.UI/app/components/ui-loading.vue index 0d73bc4a..c8d97dda 100644 --- a/zero.Backoffice.UI/app/components/ui-loading.vue +++ b/zero.Backoffice.UI/app/components/ui-loading.vue @@ -1,5 +1,5 @@  @@ -9,6 +9,14 @@ isBig: { type: Boolean, default: false + }, + big: { + type: Boolean, + default: false + }, + small: { + type: Boolean, + default: false } } } @@ -34,6 +42,12 @@ height: 36px; border-width: 2px; } + + &.is-small + { + width: 18px; + height: 18px; + } } @keyframes loadingRotation diff --git a/zero.Backoffice.UI/app/modules/settings/settings.vue b/zero.Backoffice.UI/app/modules/settings/settings.vue index 5f187819..9a690a3f 100644 --- a/zero.Backoffice.UI/app/modules/settings/settings.vue +++ b/zero.Backoffice.UI/app/modules/settings/settings.vue @@ -3,7 +3,7 @@

- + {{appCount}} @@ -15,7 +15,7 @@

-
+