From 5f5d8bdafd210ddb74d99b5fbe0744a21862d2a7 Mon Sep 17 00:00:00 2001 From: Aresn Date: Wed, 15 May 2024 14:58:34 +0800 Subject: [PATCH] a --- app.config.ts | 5 ++++- app.vue | 1 + layouts/default.vue | 4 ++-- pages/search/[id].vue | 8 +++++++- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app.config.ts b/app.config.ts index 6cd06c1..8897a2a 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,6 +1,9 @@ export default defineAppConfig({ ui: { primary: 'green', - gray: 'cool' + gray: 'cool', + notifications: { + position: 'top-8 bottom-auto' + } } }) diff --git a/app.vue b/app.vue index 6f4b19e..d7429f2 100644 --- a/app.vue +++ b/app.vue @@ -2,4 +2,5 @@ + diff --git a/layouts/default.vue b/layouts/default.vue index 3da6ea6..72a002a 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,6 +1,6 @@