From 3e4625e7951cb6dcfab077e535782eee7b0b70fb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 12 二月 2025 09:46:13 +0800
Subject: [PATCH] 改bug

---
 admin/src/components/common/tagsview.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/admin/src/components/common/tagsview.vue b/admin/src/components/common/tagsview.vue
index 6f66b69..76749bc 100644
--- a/admin/src/components/common/tagsview.vue
+++ b/admin/src/components/common/tagsview.vue
@@ -151,8 +151,8 @@
     },
     // 閫氳繃鍒ゆ柇璺敱涓�鑷磋繑鍥炲竷灏斿�兼坊鍔燾lass锛屾坊鍔犻珮浜晥鏋�
     isActive(route,params, index) {
-      const res =(route === this.$route.path && params== this.$route.query.param)
-      return res
+      // const res =(route === this.$route.path && params== this.$route.query.param)
+      return route === this.$route.path
     },
     scrollToStart() {
       const tagsDiv = document.getElementById('tags-box')
@@ -237,6 +237,7 @@
 //鏍囩楂樹寒
 .active {
   color: #2080f7;
+  box-sizing: border-box;
   border-bottom: 2px solid #2080f7;
 }
 //鍙抽敭鑿滃崟鏍峰紡

--
Gitblit v1.9.3