diff --git a/src/project/qujing/AppLegalLearning/classDetail.vue b/src/project/qujing/AppLegalLearning/classDetail.vue index fa63f91..524a7fc 100644 --- a/src/project/qujing/AppLegalLearning/classDetail.vue +++ b/src/project/qujing/AppLegalLearning/classDetail.vue @@ -10,7 +10,7 @@
{{ data.title }}

{{ data.learnerNumber || 0 }}人已学习

-

+
我来说两句...
diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index 99a965d..f8c968e 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -6,29 +6,27 @@

全部考试

- -
- -
-
-
{{ item.examinationName }}
-
- 共{{ item.allSubjectNumber }}题 + +
+
+
{{ item.examinationName }}
+
+ 共{{ item.allSubjectNumber }}题 +
+
+ {{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与 +
+
+ + + + +
+
{{ item.myRecord.score }}
-
- {{ item.passNumber }}人通过/{{ item.examinationNumber }}人参与 -
-
- - - - -
-
{{ item.myRecord.score }}
+
参加考试
-
参加考试
-
@@ -78,6 +76,7 @@ export default { flag: false, current: 1, testList: [], + height: '', } }, computed: { @@ -170,6 +169,10 @@ export default { padding: 8px 32px; box-sizing: border-box; + .scroll_box { + height: calc(100% - 230px); + } + .card { margin-top: 24px; .card_top,