From 2a64e65874ddc2cbc83418e27930c34305d564ef Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 16 四月 2024 18:23:17 +0800
Subject: [PATCH] 答题卡选中项添加,详情页bug修改

---
 packageBookService/pages/bookServices/examination/questionList/index.wxml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml
index 4820cd7..fcd9f89 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -49,7 +49,7 @@
 
         <!-- 浠呮枃瀛� -->
         <view
-          class="title-content"
+          class="title-content text-space"
           wx:elif="{{item.stemStyle == 'Txt' && item.questionType != 'completion'}}"
           >{{item.stem.stemTxt}}</view
         >
@@ -60,7 +60,7 @@
         <!-- 鍥剧墖鍔犳枃瀛� -->
         <view
           wx:elif="{{item.stemStyle == 'TxtAndImage'}}"
-          class="title-content"
+          class="title-content text-space"
         >
           <view>{{item.stem.stemTxt}}</view>
           <image src="{{item.stem.stemImage}}" mode="aspectFit" />
@@ -91,7 +91,7 @@
               placeholder="璇疯緭鍏ユ枃瀛�"
               value="{{item.userAnswer[inputItem.num]}}"
             ></t-input>
-            <text wx:else>{{inputItem}}</text>
+            <text wx:else class="text-space">{{inputItem}}</text>
           </view>
         </view>
       </view>
@@ -127,7 +127,7 @@
                 class="radio-item {{(answerType == 'option' || answerType == 'mock' ) && !submitStatus && item.userAnswer == contentItem.value ? 'radio-active' : isNight ? 'night' :''}} {{item.userAnswer == contentItem.value && submitStatus ?  item.isRight ? 'radio-correct' : 'radio-error' :''}}"
               >
                 <!-- 浠呮枃瀛� -->
-                <text wx:if="{{item.optionStyle == 'Txt'}}"
+                <text wx:if="{{item.optionStyle == 'Txt'}}" class="text-space"
                   >{{contentItem.value}}銆亄{contentItem.txt}}</text
                 >
                 <!-- 浠呭浘鐗� -->
@@ -141,7 +141,7 @@
                   class="fl-center"
                   class="TxtAndImage-box"
                 >
-                  <text>{{contentItem.value}}銆�</text>
+                  <text class="text-space">{{contentItem.value}}銆�</text>
                   <view class="radio-textimg">{{contentItem.txt}}</view>
                   <image src="{{contentItem.img}}" mode="aspectFit" />
                 </view>
@@ -195,7 +195,7 @@
             >
               <!-- 浠呮枃瀛� -->
               <view
-                class="fl-center mh"
+                class="fl-center mh text-space"
                 wx:if="{{item.optionStyle == 'Txt'}}"
                 style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"
               >
@@ -217,7 +217,7 @@
               <!-- 鏂囧瓧鍔犲浘鐗� -->
               <view
                 wx:if="{{item.optionStyle == 'TxtAndImage'}}"
-                class="fl-center mh"
+                class="fl-center mh text-space"
               >
                 <text
                   style="color:{{ isNight  ? '#fff' : '#000'}};font-size:{{sliderValue || 32}}rpx;"

--
Gitblit v1.9.1