diff --git a/resources/js/components/Spotlight/Spotlight.vue b/resources/js/components/Spotlight/Spotlight.vue index 693b2a83..1d8cb20e 100644 --- a/resources/js/components/Spotlight/Spotlight.vue +++ b/resources/js/components/Spotlight/Spotlight.vue @@ -690,6 +690,7 @@ export default { this.results = [] this.query = '' this.isVisible = false + this.$closePopup() }, onPageDown() { let results = this.results.length diff --git a/resources/views/vuefilemanager/invoice.blade.php b/resources/views/vuefilemanager/invoice.blade.php index f2c33ab2..eb2ff53d 100644 --- a/resources/views/vuefilemanager/invoice.blade.php +++ b/resources/views/vuefilemanager/invoice.blade.php @@ -29,7 +29,7 @@ @include('vuefilemanager.others.color-template') - +
-
+ +
-
+
@if(isset($settings->app_logo_horizontal)) {{ $settings->app_title ?? 'VueFileManager' }} @@ -62,7 +63,7 @@
-
+

{{ __t('invoice_title') }}

@@ -73,7 +74,7 @@
-
+
@@ -198,7 +199,7 @@ @endisset
-
+
Date of issue: {{ format_date($invoice->created_at) }}
@@ -288,7 +289,7 @@ -
+
{{ __t('total') }} {{ format_currency($invoice->amount, $invoice->currency) }}