From e9452a2408eef20d4a6841948377f55d75b38892 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 23 十月 2024 10:00:55 +0800
Subject: [PATCH] 文字大小更改

---
 src/books/civilAviation/view/components/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/books/civilAviation/view/components/index.vue b/src/books/civilAviation/view/components/index.vue
index b7efa64..efbc8d7 100644
--- a/src/books/civilAviation/view/components/index.vue
+++ b/src/books/civilAviation/view/components/index.vue
@@ -4,7 +4,7 @@
       <div id="searchContent"></div>
     </div>
     <div class="page-content" :style="{
-      fontSize: fontSize ? fontSize + 'px' : '16px',
+      fontSize: fontSize ? fontSize + 'px' : '18px',
       transform: `scale(${pageZoom ? pageZoom : 1})`,
       transformOrigin: 'center top',
     }">
@@ -199,8 +199,6 @@
     scrollFun(event) {
       this.handleVideoPicture()
       // 鍒ゆ柇鍚戜笂婊氬姩杩樻槸鍚戜笅婊氬姩
-      console.log(11);
-      
       if (event.target.scrollTop > this.previousScrollTop) {
         this.getAduio();
         // 鍚戜笅

--
Gitblit v1.9.1