闫增涛
2024-05-29 b1afe1bb63a9eae10b4e069c60f4db80b6816078
src/books/childHealth/view/index.vue
@@ -2,10 +2,6 @@
  <div
    class="temp-book"
    @mouseup="handleMouseUp"
    :style="{
      fontSize: fontSize ? fontSize + 'px' : '16px',
      transform: `scale(${pageZoom ? pageZoom : 1})`
    }"
  >
    <pageContent></pageContent>
  </div>
@@ -20,14 +16,7 @@
  data() {
    return {};
  },
  computed: {
    fontSize() {
      return this.$store.state.qiankun.fontSize;
    },
    pageZoom() {
      return this.$store.state.qiankun.scale / 100;
    }
  },
  mounted() {},
  methods: {
    getParentWithClass(element, className) {