From d44f1c3412aeb61709e58c737279ac2b2f60e018 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 03 四月 2024 09:30:52 +0800
Subject: [PATCH] 样式修改

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

diff --git a/packageBookService/pages/bookServices/examination/questionList/index.wxml b/packageBookService/pages/bookServices/examination/questionList/index.wxml
index d84f477..02022f2 100644
--- a/packageBookService/pages/bookServices/examination/questionList/index.wxml
+++ b/packageBookService/pages/bookServices/examination/questionList/index.wxml
@@ -172,6 +172,7 @@
             wx:key="contentIndex"
           >
             <t-checkbox
+              icon="rectangle"
               block="{{false}}"
               value="{{contentItem.value}}"
               style="background-color:{{isNight ? '#222' :'#F9F9F9'}}; display: flex; align-items: center; margin-bottom: 20rpx;"
@@ -248,6 +249,7 @@
       <!-- 鎴戠殑閿欓銆佹敹钘忔ā寮忎笅锛屾煡鐪嬭В鏋愭寜閽� -->
       <view
         wx:if="{{(answerType == 'collectQuestion' || answerType ==  'errorQuestion') && (item.questionType == 'multipleChoice' || item.questionType ==  'completion' || item.questionType == 'shortAnswer')}}"
+        style="margin-left: 40rpx"
       >
         <t-button theme="primary" class="view-parsing" bind:tap="viewParsing"
           >鏌ョ湅瑙f瀽</t-button
@@ -346,7 +348,7 @@
             >{{item.userAnswer}}</view
           >
         </view>
-        <view class="short-answer-mr">
+        <view class="short-answer-mr" style="margin-bottom: 50rpx">
           <text
             class="short-answer-fz;"
             style="color:{{isNight ? '#fff' : '#000'}};font-size:{{sliderValue || 28}}rpx;"

--
Gitblit v1.9.1