songshankun
2023-09-22 f17b5cf4523af56c67ff7d8330b6a8dde4d19458
src/components/layout/components/AppMain.vue
@@ -24,16 +24,16 @@
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style lang="scss" scoped>
.app-main {
  margin-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  // height: 100%;
  width: calc(100% - 210px);
  width: calc(100% - 200px);
  .app-main-content {
    width: 100%;
    overflow-y: auto;
    overflow-y: hidden;
    height: calc(100% - 50px);
  }
}
</style>