ZhangXianQiang
2024-06-11 360f252566e55aae61f0bb17469cb28955dc32bc
src/components/ExamInfo/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="info-container w-full">
    <div class="exam-title break-all mb-4 text-base text-gray-700">
      1.测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试测试
      {{ title }}
    </div>
    <div class="img-container flex">
      <div class="img-item">
@@ -12,7 +12,16 @@
</template>
<script setup>
const props = defineProps({
  questionIndex: {
    type: Number,
    required: true
  },
  title: {
    type: String,
    required: true
  }
})
</script>
<style lang="scss" scoped>