From cd372b367df87784ac5672601a95d6235782c918 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 20 十一月 2024 16:52:30 +0800 Subject: [PATCH] 会议策划与组织 --- src/books/meetingPlanners/view/components/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/books/meetingPlanners/view/components/index.vue b/src/books/meetingPlanners/view/components/index.vue index c2f3d1a..ad2c950 100644 --- a/src/books/meetingPlanners/view/components/index.vue +++ b/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; -- Gitblit v1.9.1