From 9629d39d9d09b5b41c1de90a32f31efbf892c271 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 23 Mar 2023 17:56:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 86b791e..a2a31b7 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -26,7 +26,7 @@
{{ item.myRecord.score }}
{{ item.examinationType==0? '学习测试':'考试认证' }}
-
{{ item.myRecord? '重新考试':'参加考试'}}
+
{{ item.myRecord? '重新考试':'参加考试'}}
@@ -220,6 +220,7 @@ export default { border-radius: 16px 16px 0 0; padding: 38px; box-sizing: border-box; + .card_title { font-weight: 500; @@ -230,6 +231,7 @@ export default { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; + width: 438px; } .card_count, @@ -288,6 +290,9 @@ export default { .col_blue { color: #2D7DFF; } + .col_gray { + color: #687DA6; + } } }