From 0d7d851dd6254e4fac7a06880cb92bfbefd53586 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Wed, 30 Apr 2025 16:15:01 +0800 Subject: [PATCH] fix: adjust style in tab bar --- package.json | 2 +- src/layouts/components/tab/TabBar.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bd6f647..a536b6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nova-admin", "type": "module", - "version": "0.9.13", + "version": "0.9.14", "private": true, "description": "a clean and concise back-end management template based on Vue3, Vite5, Typescript, and Naive UI.", "author": { diff --git a/src/layouts/components/tab/TabBar.vue b/src/layouts/components/tab/TabBar.vue index 79c61d7..32e5e79 100644 --- a/src/layouts/components/tab/TabBar.vue +++ b/src/layouts/components/tab/TabBar.vue @@ -18,7 +18,7 @@ const tabStore = useTabStore() const { tabs } = storeToRefs(useTabStore()) const appStore = useAppStore() -const {scrollbar, onWheel } = useTabScroll(computed(() => tabStore.currentTabPath)) +const { scrollbar, onWheel } = useTabScroll(computed(() => tabStore.currentTabPath)) const router = useRouter() function handleTab(route: RouteLocationNormalized) { @@ -114,8 +114,8 @@ useDraggable(el, tabs, {