Fixiaobai
2023-08-10 c977c9fb967a080ca56ac46b1f17ce2c57f2122e
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 {