yangfeng
2023-09-06 3a1a63d17e21cb9c26e4515e49e9ff75f59f52a0
src/components/layout/components/AppMain.vue
@@ -30,10 +30,10 @@
  flex: 1;
  flex-direction: column;
  // height: 100%;
  width: 100%;
  width: calc(100% - 210px);
  .app-main-content {
    width: 100%;
    overflow-y: auto;
    overflow-y: hidden;
  }
}
</style>