1
jhzh
2025-10-28 4ca878619b70f6e34c25c1dee2c2e557281dfe51
src/App.vue
@@ -45,7 +45,7 @@
  },
  name: "App",
  created() {
    this.setUseInfo();
    //this.setUseInfo();
    this.$state.theme = "red";
    let title = this.$route.meta.title || this.$t("hj224");
    this.title = title;
@@ -160,6 +160,7 @@
    height: 100%;
    // height: calc(100% - 1rem);
    box-sizing: border-box;
    background: #fff;
    overflow-y: auto;
  }