zouyu
2025-03-19 45792b3776cda2e1ada31755ffc226a663f90b48
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;
  }
}