zhongshujie
2024-07-22 c1715883716a6ddcd990c044841c14f0276223a7
src/books/English/view/components/header.vue
@@ -1,8 +1,5 @@
<template>
  <div class="chapter" num="1">
    <div class="page-box">
      <matching :rawData="rawData" :item="question" :value="value"></matching>
    </div>
    <!--  -->
    <div class="page-box mt-20" page="1" style="min-height: auto">
      <div v-if="showPageList.indexOf(1) > -1">
@@ -196,10 +193,9 @@
</template>
<script>
import matching from "@/components/matching/matching.vue";
export default {
  name: "page-header",
  components: { matching },
  props: {
    showPageList: {
      type: Array,