闫增涛
2024-05-27 2457d244ddbe2cb35c598e962341f1c9ec6b5d3a
src/App.vue
@@ -55,7 +55,7 @@
    } else {
      this.activeBook = await this.config.getBookConfig(
        // childHealth
        this.config.resourceCtx + "lifeCare"
        this.config.resourceCtx + "childHealth"
      );
      console.log("ac", this.activeBook);
      this.config.activeBook = this.activeBook;
@@ -103,5 +103,7 @@
.notesline {
  padding-bottom: 2px;
  border-bottom: 2px solid;
  cursor: pointer;
}
</style>