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; @@ -967,6 +967,10 @@ <style lang="less"> .titleText img { max-width: 80%; min-width: 220px; } .examination ul li sup{ margin-bottom:8px ; } </style> @@ -1612,3 +1616,4 @@ flex-wrap: wrap; } </style>