|
|
@@ -2,7 +2,7 @@
|
|
|
<div class="student-quiz-detail">
|
|
|
<back-title>{{quiz.name}}</back-title>
|
|
|
<router-link v-if="quiz.state === QuizState.ongoing" :to="{ name: 'student-do-quiz', params: { quizId: quiz.id}}">
|
|
|
- <c-button class="mb-16" theme="green" icon="edit" block>做题</c-button>
|
|
|
+ <c-button class="mb-16" theme="green" icon="edit">开始做题</c-button>
|
|
|
</router-link>
|
|
|
<quiz-detail-factory :quiz-detail="quiz" />
|
|
|
</div>
|
|
|
@@ -50,7 +50,7 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.student-quiz-detail {
|
|
|
margin: 0 auto;
|
|
|
- max-width: 1000px;
|
|
|
+ max-width: 600px;
|
|
|
padding: 64px 24px;
|
|
|
}
|
|
|
</style>
|