From 4e236a15226b5341cebc480c4798069b9f90919a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 06 十一月 2024 17:04:40 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/components/choice/choice.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/components/choice/choice.vue b/src/components/choice/choice.vue
index 711d7aa..63e5726 100644
--- a/src/components/choice/choice.vue
+++ b/src/components/choice/choice.vue
@@ -3,8 +3,8 @@
     <!-- 棰樼洰鍐呭鍙婇�夐」閮ㄥ垎 -->
     <div style="display: flex; flex-direction: column;">
        <div class="question-t"> 
-          <span style="display: flex; "><span class="hs1">鈼�</span>璇烽�夊嚭浣犺涓烘纭殑绛旀銆�</span>
-          <span>绗瑊{ currentQuestion.id }}棰� (鍏眥{ questions.length}}棰�)</span>
+          <p style="display: flex;"><span class="hs1">鈼�</span>璇烽�夊嚭浣犺涓烘纭殑绛旀銆�</p>
+          <p>绗瑊{ currentQuestion.id }}棰� (鍏眥{ questions.length}}棰�)</p>
        </div>
        <div class="question-content">
         <p>{{ currentQuestion.stem.stemTxt }}</p>
@@ -429,6 +429,10 @@
   justify-content: space-between;
   width: 100%;
   margin-top: 10px;
+
+  p{
+    text-indent: 0em
+  }
 }
 
 .all-options {
@@ -455,6 +459,12 @@
     flex-wrap: wrap;
     height: min-content;
   }
+
+  .question-t {
+    display: block;
+    width: 100%;
+    margin-top: 10px;
+}
 }
 
 .option {

--
Gitblit v1.9.1