diff --git a/src/renderer/src/views/classTask/container/quizStats.vue b/src/renderer/src/views/classTask/container/quizStats.vue index 30631b3..cd824c9 100644 --- a/src/renderer/src/views/classTask/container/quizStats.vue +++ b/src/renderer/src/views/classTask/container/quizStats.vue @@ -74,28 +74,28 @@
试题详情
- + {{ activeExam.worktag }} - -
+ +
- + - + @@ -433,6 +433,17 @@ watchEffect(() => { initData() }) flex-direction: column; } } + + .item-card { + max-width: 100%; + margin-bottom: 10px; + text-align: left; + font-size: 18px; + + :deep(.el-collapse-item__content){ + font-size: 18px; + } + } } } \ No newline at end of file