|
@@ -78,7 +78,7 @@
|
|
>
|
|
>
|
|
<div
|
|
<div
|
|
@click="chooseQuestion(question)"
|
|
@click="chooseQuestion(question)"
|
|
- class="question tw-rounded tw-p-1"
|
|
|
|
|
|
+ class="question tw-rounded tw-p-1 tw-cursor-pointer"
|
|
:class="isCurrentQuestion(question) && 'current-question'"
|
|
:class="isCurrentQuestion(question) && 'current-question'"
|
|
>
|
|
>
|
|
<div style="border-bottom: 1px solid grey">
|
|
<div style="border-bottom: 1px solid grey">
|
|
@@ -119,7 +119,7 @@
|
|
v-for="(s, i) in questionScoreSteps"
|
|
v-for="(s, i) in questionScoreSteps"
|
|
:key="i"
|
|
:key="i"
|
|
@click="chooseScore(s)"
|
|
@click="chooseScore(s)"
|
|
- class="single-score"
|
|
|
|
|
|
+ class="single-score tw-cursor-pointer"
|
|
:class="isCurrentScore(s) && 'current-score'"
|
|
:class="isCurrentScore(s) && 'current-score'"
|
|
>
|
|
>
|
|
{{ s }}
|
|
{{ s }}
|