diff --git a/src/pages.json b/src/pages.json index 129090e..119029f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -35,6 +35,13 @@ "navigationStyle": "custom", "enablePullDownRefresh": false } + }, + { + "path": "pages/questionBank/examResult", + "style": { + "navigationStyle": "custom", + "enablePullDownRefresh": false + } } ], diff --git a/src/pages/questionBank/components/GradesChart.vue b/src/pages/questionBank/components/GradesChart.vue index 00f5b03..f95d33f 100644 --- a/src/pages/questionBank/components/GradesChart.vue +++ b/src/pages/questionBank/components/GradesChart.vue @@ -10,37 +10,53 @@ + + diff --git a/src/pages/questionBank/practiceExams.vue b/src/pages/questionBank/practiceExams.vue index 673132b..80a1f59 100644 --- a/src/pages/questionBank/practiceExams.vue +++ b/src/pages/questionBank/practiceExams.vue @@ -2,7 +2,7 @@ - + @@ -19,6 +19,7 @@ }, data() { return { + isSubmit:false, tabsList:[{ label:"模拟考试", value:0 @@ -52,4 +53,8 @@ font-size: 28rpx; color:#fff !important; } + ::v-deep .balckColor .u-count-down__text{ + font-size: 28rpx; + color:#333 !important; + }