|
@@ -362,7 +362,8 @@
|
|
|
<div style="display: flex;">
|
|
|
<div style="width: 50%;">
|
|
|
<template v-if="!imgList.length">
|
|
|
- <p style="margin-bottom: 10px; text-align: center;font-size: 18px;">
|
|
|
+ <p class="no-img">
|
|
|
+ <Icon type="ios-alert" color="#FA6400" />
|
|
|
{{ $t("studentWeb.exam.message.noQamode") }}
|
|
|
</p>
|
|
|
</template>
|
|
@@ -439,7 +440,7 @@
|
|
|
<div v-for="(answerC, indexCA) in exam.answer" :key="indexCA" v-html="answerC"></div>
|
|
|
</div>
|
|
|
<div v-if="!exam.answer.length" class="item-explain-details">
|
|
|
- <span>{{ $t('studentWeb.exam.report.noAns') }}</span>
|
|
|
+ <span>{{ $t('studentWeb.exam.report.noTestAns') }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 解析 -->
|