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

-
+