From 037fd4dc58f8d1e20379ca58440a47c1f6447709 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期一, 30 十二月 2024 17:34:33 +0800 Subject: [PATCH] 页眉 --- src/books/aviationEtiquette/view/components/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue index 17ed6ff..8aa37a8 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; -- Gitblit v1.9.1