hailin
2023-07-18 b945f5a17664823e5ab2967e61bc3f3d38aa4087
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 {