From 23cbeff293c7f71b7769d1a94bd5def3a24c20b1 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 28 七月 2025 09:43:32 +0800
Subject: [PATCH] 幼儿园语言教育与活动指导

---
 src/components/examinations/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue
index 34463b6..33601c2 100644
--- a/src/components/examinations/index.vue
+++ b/src/components/examinations/index.vue
@@ -734,7 +734,7 @@
               const sortedArr1 = citem.answer.slice().sort();
               const sortedArr2 = citem.userAnswer.slice().sort();
               citem.isRight = sortedArr1.every(
-                (value, index) => value === sortedArr2[index]
+                (value, index) => value == sortedArr2[index]
               );
             } else {
               citem.isRight = false;
@@ -968,6 +968,9 @@
 .titleText img {
   max-width: 80%;
   min-width: 220px;
+}
+.examination ul li sup{
+  margin-bottom:8px ;
 }
 </style>
 
@@ -1613,3 +1616,4 @@
   flex-wrap: wrap;
 }
 </style>
+

--
Gitblit v1.9.1