lxp
2025-03-12 5f32b360c5cc299d5ce9a94b812b34703184f2d0
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;
  }
}