gaoluyang
2025-02-12 f74ede07f8e84b3a8ab18f8c5e82bb542e233c45
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;
@@ -125,6 +130,8 @@
    width: 118px;
    height: 40px;
    img {
      width: 118px;
      height: 40px;
      margin-left: 20px;
      cursor: pointer;
    }