From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 14:57:52 +0800
Subject: [PATCH] 测试完成

---
 src/layout/components/TagsView/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index cc98071..3db09b7 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -265,9 +265,9 @@
         margin-right: 15px;
       }
       &.active {
-        background-color: #42b983;
+        background-color: #3664D9;
         color: #fff;
-        border-color: #42b983;
+        border-color: #3664D9;
         &::before {
           content: '';
           background: #fff;

--
Gitblit v1.9.3