zhongshujie
2025-02-11 2b341fe108541b286ffcf02cdc9ec618cb99a1fb
src/books/toddlerGameImplementation/view/index.vue
@@ -11,11 +11,15 @@
  components: {
    pageContent,
  },
  data() {
    return {};
  computed: {
    fontSize() {
      return this.$store.state.qiankun.fontSize;
    },
    pageZoom() {
      return this.$store.state.qiankun.scale / 100;
    },
  },
  mounted() { },
  methods: {
    getParentWithClass(element, className) {
      while (element.parentElement) {