gaoluyang
2025-02-11 37b4d052d345be1d3b5671dbd965fa26f06b808f
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);