diff --git a/src/views/kc/wjxCswj/WjxCywjV2List.vue b/src/views/kc/wjxCswj/WjxCywjV2List.vue index 55c22be..40db317 100644 --- a/src/views/kc/wjxCswj/WjxCywjV2List.vue +++ b/src/views/kc/wjxCswj/WjxCywjV2List.vue @@ -438,7 +438,7 @@
- 测验名称:{{ zyInfo.title }} + {{ zyInfo.title }} 测验时间:{{ dayjs(zyInfo.startTime).format('MM.DD HH:mm') }} ~ {{ dayjs(zyInfo.endTime).format('MM.DD HH:mm') }}
@@ -465,7 +465,7 @@
@@ -488,7 +488,7 @@ @@ -516,7 +516,7 @@
@@ -1791,4 +1791,8 @@ onMounted(() => { border-radius: 3px; border:1px solid #1ab394; } +.answer-word{ + color: #ff8710; + font-weight: bold; +}