From 1e5f5724f9f2c1c34efec7edb3f33bcfb98d66ba Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 23 七月 2024 14:21:30 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/English/view/components/chapter002.vue |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/src/books/English/view/components/chapter002.vue b/src/books/English/view/components/chapter002.vue
index 3113e97..4983849 100644
--- a/src/books/English/view/components/chapter002.vue
+++ b/src/books/English/view/components/chapter002.vue
@@ -326,7 +326,7 @@
                 colleagues.Listen to the recording and mark the true statements
                 according to the speaker.</b>
             </p>
-            <table border="1" cellpadding="4" cellspacing="0" style="border-color: #fff" class="fz-14">
+            <table border="1" cellpadding="4" cellspacing="0" style="border-color: #fff" class="fz-14 w100">
               <!-- 绗竴琛� -->
               <tr class="table-tr-bc">
                 <td class="tl-cn table-th-bc" rowspan="2">Speaker 1</td>
@@ -400,6 +400,26 @@
                 </td>
               </tr>
             </table>
+                <!-- 鎻愪氦鎸夐挳 -->
+                <div class="w100 fl">
+              <ul class="fl ju-ar w100">
+                <li>
+                  <button class="btn-border btn-w" @click="saveDataOne">
+                    鎻愪氦
+                  </button>
+                </li>
+                <li>
+                  <button @click="changeQuestionDataOne" class="btn-border btn-w">
+                    閲嶅仛
+                  </button>
+                </li>
+                <li>
+                  <button @click="showLessonOneQuestionAnswer = !showLessonOneQuestionAnswer" class="parimary-btn">
+                    鏌ョ湅绛旀
+                  </button>
+                </li>
+              </ul>
+            </div>
             <h3 id="c012"><span class="bjh3">Reading</span></h3>
             <p>
               1.Culture shock is a normal part of the life when moving somewhere
@@ -445,7 +465,7 @@
             </p>
             <p class="center"><b>Challenges of Working Across Cultures</b></p>
             <p class="center">
-              <audio :src="resource.readingOne" controls class="audio" ></audio>
+              <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio" ></audio>
             </p>
 
             <p>

--
Gitblit v1.9.1