From a2d28ad360e3d9d3f8bcb2bf072cd2fe3bfb1407 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 2 Jun 2024 11:13:03 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=81=9A=E5=90=88=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=EF=BC=88working...=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/@core/components/DialogCloseBtn.vue | 5 +- .../DefaultLayoutWithVerticalNav.vue | 14 +-- src/layouts/components/SearchBar.vue | 114 +++--------------- src/views/system/SearchBarView.vue | 107 ++++++++++++++++ 5 files changed, 131 insertions(+), 110 deletions(-) create mode 100644 src/views/system/SearchBarView.vue diff --git a/package.json b/package.json index 1fbef021..075f9aac 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ ] }, "dependencies": { - "@bytebase/vue-kbar": "^0.1.8", "@fullcalendar/core": "^6.1.8", "@fullcalendar/daygrid": "^6.1.8", "@fullcalendar/interaction": "^6.1.7", diff --git a/src/@core/components/DialogCloseBtn.vue b/src/@core/components/DialogCloseBtn.vue index 7a5e4e76..1bdfd59b 100644 --- a/src/@core/components/DialogCloseBtn.vue +++ b/src/@core/components/DialogCloseBtn.vue @@ -14,7 +14,10 @@ function onClick() { diff --git a/src/layouts/components/DefaultLayoutWithVerticalNav.vue b/src/layouts/components/DefaultLayoutWithVerticalNav.vue index 95ae0138..26cc26dd 100644 --- a/src/layouts/components/DefaultLayoutWithVerticalNav.vue +++ b/src/layouts/components/DefaultLayoutWithVerticalNav.vue @@ -2,8 +2,6 @@ import VerticalNavSectionTitle from '@/@layouts/components/VerticalNavSectionTitle.vue' import VerticalNavLayout from '@layouts/components/VerticalNavLayout.vue' import VerticalNavLink from '@layouts/components/VerticalNavLink.vue' - -// Components import Footer from '@/layouts/components/Footer.vue' import NavbarThemeSwitcher from '@/layouts/components/NavbarThemeSwitcher.vue' import UserNofification from '@/layouts/components/UserNotification.vue' @@ -25,21 +23,16 @@ const superUser = store.state.auth.superUser - - + - - - - @@ -53,7 +46,6 @@ const superUser = store.state.auth.superUser to: '/dashboard', }" /> - - -