zouyu
2025-03-17 b34c4bfb96b9517ca489982e94abf66e3d7c4b66
src/layout/components/AppMain.vue
@@ -50,9 +50,10 @@
  width: 100%;
  position: relative;
  overflow: hidden;
  // background: rgb(245, 247, 251);
}
.fixed-header + .app-main {
.fixed-header+.app-main {
  padding-top: 50px;
}
@@ -62,7 +63,7 @@
    min-height: calc(100vh - 94px);
  }
  .fixed-header + .app-main {
  .fixed-header+.app-main {
    padding-top: 84px;
  }
}