From 6023ac52ba65cc3d6168f094208161c7f9baa509 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 30 十二月 2024 17:32:02 +0800 Subject: [PATCH] 民航礼仪项目一 --- src/books/aviationEtiquette/view/components/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue index 3313a78..c36e50b 100644 --- a/src/books/aviationEtiquette/view/components/index.vue +++ b/src/books/aviationEtiquette/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 : 16; + 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; @@ -157,7 +157,7 @@ // 娴嬭瘯椤甸潰璺宠浆 setTimeout(() => { - this.gotoPage(2, 11); + this.gotoPage(2, 48); // setTimeout(() => { // this.renderSign("Highlight", { // id: "2ACA9359", -- Gitblit v1.9.1