From 12b16a874ce2a8b2c3c6cf953ca6759bba42c4ff Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 12 Aug 2024 17:14:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/wjxCswj/WjxCywjV2List.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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; +}