1
jhzh
2025-07-28 a8b0eb32d97e7a540692a8a29f610fe76d67ef74
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,7 +160,7 @@
    height: 100%;
    // height: calc(100% - 1rem);
    box-sizing: border-box;
    background: #fff;
    background: #F8FAF9;
    overflow-y: auto;
  }