ZhangXianQiang
2024-07-01 92a5087cff2821903314f092209a4c792bc28c3e
src/components/ExamInfo/index.vue
@@ -1,7 +1,6 @@
<template>
  <div class="info-container w-full">
    <div class="exam-title break-all mb-4 text-base text-gray-700">
      第{{questionIndex + 1}}题: {{ activeQuestion.title }}
    <div class="exam-title break-all mb-4 text-base text-gray-700" v-html="activeQuestion.title">
    </div>
    <div class="audio-container" v-if="activeQuestion.audioFile">
@@ -36,4 +35,7 @@
  max-height: 250px;
  margin: 20px 10px;
}
p {
  display: inline !important;
}
</style>