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 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/books/civilAviation/view/components/index.vue b/src/books/civilAviation/view/components/index.vue
index 2941d7f..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',
     }">
@@ -94,6 +94,7 @@
     // 榛樿鍔犺浇绔犺妭
     this.showCatalogList = [1];
     // 婊氬姩鐩戝惉鑺傛祦
+    debugger
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,
       this.throttleThreshold,
@@ -207,6 +208,9 @@
           currentScrollTop >=
           event.target.scrollHeight - this.loadThreshold
         ) {
+          console.log(1);
+          
+          debugger
           // 鍒拌揪闃堝��
           if (
             this.showCatalogList[this.showCatalogList.length - 1] <

--
Gitblit v1.9.1