gaoluyang
2025-02-11 37b4d052d345be1d3b5671dbd965fa26f06b808f
src/layout/components/Navbar.vue
@@ -114,9 +114,14 @@
.navbar {
  height: 50px;
  overflow: hidden;
  position: relative;
  //position: relative;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,21,41,.08);
  position: fixed; /* 将头部固定 */
  top: 0; /* 在顶部固定 */
  width: 100%; /* 宽度100%,覆盖整个视口 */
  //background-color: #f8f9fa; /* 设置背景颜色,以便更明显地看到效果 */
  z-index: 1000; /* 确保头部在其他内容之上 */
  display: flex;
  align-items: center;
  justify-content: space-between;