From 37b4d052d345be1d3b5671dbd965fa26f06b808f Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 11 二月 2025 14:32:17 +0800
Subject: [PATCH] 首页页面迁移、首页样式修改

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

diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue
index ad77fce..73d03a4 100644
--- a/src/layout/components/TagsView/index.vue
+++ b/src/layout/components/TagsView/index.vue
@@ -246,6 +246,9 @@
 .tags-view-container {
   height: 44px;
   width: 100%;
+  position: fixed; /* 灏嗗ご閮ㄥ浐瀹� */
+  top: 50px; /* 鍦ㄩ《閮ㄥ浐瀹� */
+  z-index: 1000; /* 纭繚澶撮儴鍦ㄥ叾浠栧唴瀹逛箣涓� */
   background: #fff;
   border-bottom: 1px solid #d8dce5;
   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04);

--
Gitblit v1.9.3