hailin
2023-07-25 5176aefe7d7e6f77f23dd7059d85bf7b398900f5
src/layout/index.vue
@@ -94,11 +94,12 @@
    right: 0;
    z-index: 9;
    width: calc(100% - #{$sideBarWidth});
    // width: calc(100% - 100px);
    transition: width 0.28s;
  }
  .hideSidebar .fixed-header {
    width: calc(100% - 54px)
    width: calc(100% - #{$sideBarWidth})
  }
  .mobile .fixed-header {