|
@@ -229,7 +229,7 @@
|
|
>
|
|
>
|
|
{{ s }}
|
|
{{ s }}
|
|
</div>
|
|
</div>
|
|
- <a-tooltip placement="bottom">
|
|
|
|
|
|
+ <a-tooltip placement="bottom" :destroyTooltipOnHide="true">
|
|
<template #title>作答错误,或只书写题号等情况</template>
|
|
<template #title>作答错误,或只书写题号等情况</template>
|
|
<div
|
|
<div
|
|
class="single-score tw-cursor-pointer tw-font-bold"
|
|
class="single-score tw-cursor-pointer tw-font-bold"
|
|
@@ -239,8 +239,8 @@
|
|
0
|
|
0
|
|
</div>
|
|
</div>
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
- <a-tooltip placement="bottom">
|
|
|
|
- <template #title>作答错误,或只书写题号等情况</template>
|
|
|
|
|
|
+ <a-tooltip placement="bottom" :destroyTooltipOnHide="true">
|
|
|
|
+ <template #title>作答为空、未作答、或完全没找到作答</template>
|
|
<div
|
|
<div
|
|
class="single-score tw-cursor-pointer tw-font-bold"
|
|
class="single-score tw-cursor-pointer tw-font-bold"
|
|
:class="Object.is(store.currentScore, -0) && 'current-score'"
|
|
:class="Object.is(store.currentScore, -0) && 'current-score'"
|