From 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 04 七月 2025 23:57:18 +0800 Subject: [PATCH] 测试图书 7.4 --- src/components/examinations/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index 95c9fe5..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; @@ -969,10 +969,13 @@ max-width: 80%; min-width: 220px; } +.examination ul li sup{ + margin-bottom:8px ; +} </style> <style lang="less" scoped> -.catalogName { +.catalogName { display: flex; text-indent: 1em !important; font-size: 16px; @@ -1613,3 +1616,4 @@ flex-wrap: wrap; } </style> + -- Gitblit v1.9.1