From bd03d5b95e7728e7d15228d7086c6e88e26f099f Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 15 Mar 2023 15:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8D=A2=E6=88=90class=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/GeneralLawExam.vue | 16 ++++++++-------- .../AppLegalLearning/components/OnlineClass.vue | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 2e745a0..542133c 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -19,10 +19,10 @@ {{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与
- - - - + + + +
{{ item.myRecord.score }}
@@ -38,9 +38,9 @@
*姓名
- +
*身份证号
- +
*地区
@@ -220,7 +220,7 @@ export default { position: absolute; right: 0; top: 0; - img { + .result-img { width: 200px; height: 200px; } @@ -276,7 +276,7 @@ export default { } } - input { + .input { height: 96px; background: #F4F5FA; border-radius: 16px; diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index 5cd25df..22b0a73 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -11,7 +11,7 @@
- +
{{ item.title }}
@@ -98,7 +98,7 @@ export default { box-sizing: border-box; .card_left { margin-right: 24px; - img { + .card-img { width: 160px; height: 160px; border-radius: 8px;