From a31c8c9d7df2883b38871819239ec914c6e5ae0c Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 23 十二月 2024 11:55:58 +0800
Subject: [PATCH] 民航服务基本技能视频资源插入

---
 src/books/civilAviation/view/components/chapter001.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/books/civilAviation/view/components/chapter001.vue b/src/books/civilAviation/view/components/chapter001.vue
index eb6349c..c695b60 100644
--- a/src/books/civilAviation/view/components/chapter001.vue
+++ b/src/books/civilAviation/view/components/chapter001.vue
@@ -1679,7 +1679,7 @@
                     <textarea v-model="questionData.reading.four" placeholder="璇疯緭鍏ュ唴瀹�" rows="6" class="textarea-box-left"
                         @change="setBookQuestion" :class="{ 'textarea-focused': isFocused == 'four' }"
                         @focus="handleFocus('four')" @blur="handleBlur()"></textarea>
-                    <!-- 棰樼洰 -->
+                    <!-- 棰樼洰 -->    
                     <!-- <div class="bk-ztgs">
                         <p class="bj1-ztgs">姘戣埅姒傝璇曢01</p>
                     </div> -->
@@ -1903,4 +1903,14 @@
 .choice {
     padding: 0% !important;
 }
+
+
+hr {
+    margin-left: 0;
+    margin-bottom: 4px;
+    width: 15.5%;
+    border: none;
+    height: 2px;
+    background-color: #000;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1