From fcd53075ab98962dac1ba992ed86f857176af1b7 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 06 十一月 2024 17:00:50 +0800
Subject: [PATCH] 艺术戏剧bug修改

---
 src/books/artAndDrama/view/components/chapter003.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/books/artAndDrama/view/components/chapter003.vue b/src/books/artAndDrama/view/components/chapter003.vue
index 7b813aa..003fbf2 100644
--- a/src/books/artAndDrama/view/components/chapter003.vue
+++ b/src/books/artAndDrama/view/components/chapter003.vue
@@ -125,7 +125,7 @@
           <p class="text t-l rhombusFather">
             <span class="hs1 rhombus">鈼�</span>鍦ㄣ�婁竴鍧楀ザ閰�嬬殑鏁呬簨涓紝铓傝殎闃熼暱涔熻捣杩囪椽蹇冿紝浣嗕粬鏈�缁堟垚鍔熷厠鏈嶄簡璐績锛屼綘璁や负浠栨槸鎬庝箞鍋氬埌鐨勫憿锛�
             <textarea v-model="questionData.reading.one" placeholder="璇疯緭鍏ュ唴瀹�" rows="6"
-              style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"
+              class="w90 ma-l-40 fz-16 fm-son"  @change="setBookQuestion"
               :class="{ 'textarea-focused': isFocused === 'one' }" @focus="handleFocus('one')"
               @blur="handleBlur('one')">
             </textarea>
@@ -187,7 +187,7 @@
           <p class="text2 t-l">
             璧峰洜锛�
             <textarea v-model="questionData.reading.two" placeholder="璇疯緭鍏ュ唴瀹�" rows="6"
-              style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"
+              class="w90 ma-l-40 fz-16 fm-son"  @change="setBookQuestion"
               :class="{ 'textarea-focused': isFocused === 'two' }" @focus="handleFocus('two')"
               @blur="handleBlur('two')">
             </textarea>
@@ -195,7 +195,7 @@
           <p class="text2 t-l">
             缁忚繃锛�
             <textarea v-model="questionData.reading.three" placeholder="璇疯緭鍏ュ唴瀹�" rows="6"
-              style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"
+              class="w90 ma-l-40 fz-16 fm-son"  @change="setBookQuestion"
               :class="{ 'textarea-focused': isFocused === 'three' }" @focus="handleFocus('three')"
               @blur="handleBlur('three')">
             </textarea>
@@ -203,7 +203,7 @@
           <p class="text2 t-l">
             缁撴灉锛�
             <textarea v-model="questionData.reading.four" placeholder="璇疯緭鍏ュ唴瀹�" rows="6"
-              style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"
+              class="w90 ma-l-40 fz-16 fm-son" @change="setBookQuestion"
               :class="{ 'textarea-focused': isFocused === 'four' }" @focus="handleFocus('four')"
               @blur="handleBlur('four')">
             </textarea>
@@ -211,7 +211,7 @@
           <p class="text t-l rhombusFather" style="margin-top: 7%">
             <span class="hs1 rhombus">鈼�</span>浣犳湁鐑︽伡鍚楋紵璇翠竴璇存槸浠�涔堬紝浣犳槸鎬庝箞澶勭悊瀹冪殑锛�
             <textarea v-model="questionData.reading.five" placeholder="璇疯緭鍏ュ唴瀹�" rows="6"
-              style="margin-left: 40px; width: 92%" class="fz-16 fm-son" @change="setBookQuestion"
+              class="w90 ma-l-40 fz-16 fm-son"  @change="setBookQuestion"
               :class="{ 'textarea-focused': isFocused === 'five' }" @focus="handleFocus('five')"
               @blur="handleBlur('five')">
             </textarea>

--
Gitblit v1.9.1