From 6264e7823df52fdf738ff6aaad8e8731e7997363 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 09 Jun 2025 15:53:29 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

---
 src/page/index/index.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/page/index/index.vue b/src/page/index/index.vue
index 2e0d270..c925305 100644
--- a/src/page/index/index.vue
+++ b/src/page/index/index.vue
@@ -10,7 +10,9 @@
         <!-- 顶部导航栏 -->
         <top ref="top" />
         <!-- 顶部标签卡 -->
-        <tags />
+        <div class="tags-box">
+          <tags />
+        </div>
         <search class="avue-view" v-show="isSearch"></search>
         <!-- 主体视图层 -->
         <div id="avue-view" v-show="!isSearch" v-if="isRefresh">
@@ -126,4 +128,10 @@
 //     }
 //   }
 // }
+
+.tags-box{
+  background: transparent;
+  padding: 0 10px;
+  --el-color-primary: rgba(20, 65, 255, 1);
+}
 </style>

--
Gitblit v1.9.3