diff --git a/src/views/AnswerResult/detail.vue b/src/views/AnswerResult/detail.vue
index a725673..baf2940 100644
--- a/src/views/AnswerResult/detail.vue
+++ b/src/views/AnswerResult/detail.vue
@@ -2,7 +2,7 @@
{{ info.TestPaperName }}
@@ -12,16 +12,25 @@
}}
【{{ item.subjectName }}】{{ item.subject }}
-
- -
+
+
+ -
{{
i.option
}}
{{ i.optionContent }}
- Ta的答案:{{ item.answer }}
- 正确答案:B
+
+
@@ -35,18 +44,30 @@
display: flex;
flex-direction: column;
align-items: center;
- .header-opts{
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 10px;
+ .header-opts {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 10px;
+ }
+ .box-card {
+ margin-bottom: 20px;
}
.questions {
width: 100%;
}
- li {
- list-style: none;
- margin-bottom: 10px;
+ .answer-list {
+ display: flex;
+ flex-direction: column;
+ li {
+ list-style: none;
+ margin-bottom: 10px;
+ padding: 10px 10px;
+ &.active {
+ border: 2px solid #00c9ff;
+ border-radius: 10px;
+ }
+ }
}
}