鸿蒙智能电子锁前端项目
whychdw
2024-12-18 45b4ff5c0b824d2e5b51a6af3c44076d05f0214d
src/layout/components/AppMain.vue
@@ -27,14 +27,14 @@
<style lang="scss" scoped>
.app-main {
  /* 50= navbar  50  */
  min-height: calc(100vh - 50px);
  min-height: calc(100vh - 64px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header+.app-main {
  padding-top: 50px;
  padding-top: 64px;
}
.hasTagsView {
@@ -44,7 +44,7 @@
  }
  .fixed-header+.app-main {
    padding-top: 84px;
    padding-top: 98px;
  }
}
</style>