|
@@ -2,9 +2,13 @@
|
|
<div>
|
|
<div>
|
|
<div class="qu-score-count" id="class-score-count"></div>
|
|
<div class="qu-score-count" id="class-score-count"></div>
|
|
<p class="legend-info">
|
|
<p class="legend-info">
|
|
- <span>{{ $t('studentWeb.exam.chart.legendSimple.legend1') }}</span>
|
|
|
|
- <span>{{ $t('studentWeb.exam.chart.legendSimple.legend2') }}√</span>
|
|
|
|
- <span>{{ $t('studentWeb.exam.chart.legendSimple.legend3') }}×</span>
|
|
|
|
|
|
+ <!-- <span>{{ $t('studentWeb.exam.chart.legendSimple.legend1') }}</span> -->
|
|
|
|
+ <span>{{ $t('studentWeb.exam.chart.legendSimple.legend2') }}
|
|
|
|
+ <span style="color: #00AD6C;">√</span>
|
|
|
|
+ </span>
|
|
|
|
+ <span>{{ $t('studentWeb.exam.chart.legendSimple.legend3') }}
|
|
|
|
+ <span style="color: #FF5508;">×</span>
|
|
|
|
+ </span>
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|