闫增涛
2024-11-20 d1c6a4460355766d3ae67fc7330785a1cc748f9e
src/books/meetingPlanners/view/components/index.vue
@@ -53,7 +53,7 @@
    computed: {
      fontSize() {
        this.transformDom(this.$store.state.qiankun.fontSize)
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 18;
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 17;
      },
      pageZoom() {
        return this.$store.state.qiankun.scale ? this.$store.state.qiankun.scale / 100 : 1;