|
@@ -85,7 +85,6 @@
|
|
<div
|
|
<div
|
|
@click="chooseQuestion(question)"
|
|
@click="chooseQuestion(question)"
|
|
class="question tw-rounded tw-p-1"
|
|
class="question tw-rounded tw-p-1"
|
|
- style="height: 70px"
|
|
|
|
:class="isCurrentQuestion(question) && 'current-question'"
|
|
:class="isCurrentQuestion(question) && 'current-question'"
|
|
>
|
|
>
|
|
<div style="border-bottom: 1px solid grey">
|
|
<div style="border-bottom: 1px solid grey">
|
|
@@ -414,6 +413,8 @@ export default defineComponent({
|
|
}
|
|
}
|
|
.question {
|
|
.question {
|
|
min-width: 100px;
|
|
min-width: 100px;
|
|
|
|
+ max-width: 100px;
|
|
|
|
+ min-height: 70px;
|
|
border: 1px solid grey;
|
|
border: 1px solid grey;
|
|
}
|
|
}
|
|
.current-question {
|
|
.current-question {
|