From e5cd8f7b346252a7a27ee8f975c88dbae7a6331b Mon Sep 17 00:00:00 2001 From: hptangxi Date: Sun, 6 Jul 2025 10:54:46 +0800 Subject: [PATCH] fix nav --- web/src/components/Layout.vue | 67 +--------------------- web/src/components/NavBar.vue | 44 ++++---------- web/src/components/keys/GroupFormModal.vue | 20 ++++--- 3 files changed, 24 insertions(+), 107 deletions(-) diff --git a/web/src/components/Layout.vue b/web/src/components/Layout.vue index 6faf2de..0a18b57 100644 --- a/web/src/components/Layout.vue +++ b/web/src/components/Layout.vue @@ -10,15 +10,6 @@ import NavBar from "@/components/NavBar.vue";
-

GPT Load

@@ -45,7 +36,6 @@ import NavBar from "@/components/NavBar.vue"; diff --git a/web/src/components/NavBar.vue b/web/src/components/NavBar.vue index 04ac530..a92df6f 100644 --- a/web/src/components/NavBar.vue +++ b/web/src/components/NavBar.vue @@ -37,34 +37,32 @@ function renderMenuItem(key: string, label: string, icon: string): MenuOption { diff --git a/web/src/components/keys/GroupFormModal.vue b/web/src/components/keys/GroupFormModal.vue index 6933061..4e2ba0b 100644 --- a/web/src/components/keys/GroupFormModal.vue +++ b/web/src/components/keys/GroupFormModal.vue @@ -1,7 +1,7 @@