From c7f0c30fadc2ee49da7150b8b2059c0e09b90ef0 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 07 一月 2025 18:00:52 +0800
Subject: [PATCH] bug修改首行缩进

---
 src/books/aviationEtiquette/view/components/chpater002.vue |    4 ++--
 src/books/aviationEtiquette/view/components/index.vue      |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/books/aviationEtiquette/view/components/chpater002.vue b/src/books/aviationEtiquette/view/components/chpater002.vue
index 056769b..6a404b9 100644
--- a/src/books/aviationEtiquette/view/components/chpater002.vue
+++ b/src/books/aviationEtiquette/view/components/chpater002.vue
@@ -1257,7 +1257,7 @@
           </li>
         </ul>
         <div class="bodystyle">
-          <p>濂芥槸淇濇寔鏃犲ご鐨睉锛屾棤鍒嗗弶銆佹灟鐕ョ殑鍙戣川锛屽彂闈笉娌硅吇銆�</p>
+          <p class="td-0">濂芥槸淇濇寔鏃犲ご鐨睉锛屾棤鍒嗗弶銆佹灟鐕ョ殑鍙戣川锛屽彂闈笉娌硅吇銆�</p>
           <h5 id="e062">锛堜簩锛夐暱搴﹂�傚疁鐨勫師鍒�</h5>
           <h6 id="f012">1.鐢峰+</h6>
           <p>鍓嶅彂锛氱敺澹簲涓虹煭鍙戯紝鍓嶅彂瑕佹眰涓嶉伄鐩栭澶翠竴鍗婏紙瑙佸浘2-1-18锛夈��</p>
@@ -1336,7 +1336,7 @@
           <li class="header-right-end" style=""><br></li>
         </ul>
         <div class="bodystyle">
-          <p>鐨勯�犲瀷涓嶆潅涔便�傚彂鍨嬪伐鍏峰绉嶅鏍凤紝鍏朵綔鐢ㄤ篃鏄牴鎹彂璐ㄨ�屽畾鐨勩��</p>
+          <p class="td-0">鐨勯�犲瀷涓嶆潅涔便�傚彂鍨嬪伐鍏峰绉嶅鏍凤紝鍏朵綔鐢ㄤ篃鏄牴鎹彂璐ㄨ�屽畾鐨勩��</p>
           <h5 id="e065">锛堜竴锛夊彂鍨嬪伐鍏�</h5>
           <p>
             灏栧熬姊筹細鍒悕鎸戞⒊銆佸垎閽堟⒊锛屼富瑕佺敤浜庣洏鍙戙�備竴杈规⒊锛屼竴杈圭敤灏栧熬椤烘鎶婂ご鍙戞寫璧凤紙瑙佸浘2-1-24锛夈��
diff --git a/src/books/aviationEtiquette/view/components/index.vue b/src/books/aviationEtiquette/view/components/index.vue
index 8ba2292..d35be88 100644
--- a/src/books/aviationEtiquette/view/components/index.vue
+++ b/src/books/aviationEtiquette/view/components/index.vue
@@ -158,8 +158,8 @@
     }, 500);
 
     // 娴嬭瘯椤甸潰璺宠浆
-    // setTimeout(() => {
-    //   this.gotoPage(3, 58);
+    setTimeout(() => {
+      this.gotoPage(2, 9);
       //   setTimeout(() => {
       //     this.renderSign("Highlight", {
       //       id: "2ACA9359",
@@ -173,7 +173,7 @@
       //     ids: ["2ACA9359"]
       //   });
       // }, 2000);
-    // }, 500);
+    }, 500);
 
     // const pageDom = (this.container ? this.container : document)
     //   .querySelector("#app")

--
Gitblit v1.9.1