From cf4014b95b5aa3d077cad96f83809366b9879105 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 14 五月 2024 19:17:54 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/components/examinations/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index f5c27d5..0329a7c 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -23,7 +23,7 @@
                 :style="{
                   marginTop: value.questionType == 'completion' ? '12px' : '0',
                 }"
-                >{{ index + 1 }}銆�</span
+                >{{ index + 1 }}. </span
               >
               <!-- 鍚姏杩涘害鏉� -->
               <!-- <answerAudioPlayer :audioUrl="value.src" v-show="item.name == '鍚姏棰�'" /> -->
@@ -872,7 +872,7 @@
         margin-top: 6px;
       }
       .el-input {
-        width: 150px;
+        width: 140px;
         height: 24px;
         border-top: 0;
       }
@@ -916,11 +916,15 @@
     align-items: center;
     min-width: 45%;
     margin-right: 50px;
+    margin-bottom: 6px;
     white-space: pre-wrap !important;
     color: #000;
     /deep/ .el-checkbox__label {
       line-height: 1.5;
     }
+  }
+  /deep/ .el-radio__inner {
+    border-color: #a5a3a3;
   }
   .optionContent {
     margin: 0;
@@ -932,6 +936,8 @@
 }
 .analysis {
   margin: 20px 0;
+  width:550px;
+  margin-left: 48px;
 }
 .el-collapse {
   width: 100%;
@@ -1018,7 +1024,7 @@
   color: #333;
 }
 /deep/ .el-collapse-item__content {
-  width: 100%;
+  width: 93%;
   padding: 0 20px;
   background-color: #f4f4f4;
   font-size: 16px;

--
Gitblit v1.9.1