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);