yiming
2024-07-29 d562f6e31ce335b8dfd1d1e61573207fa12a7881
体育与健康三单元网球
6个文件已修改
4138 ■■■■ 已修改文件
src/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/css/default.less 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/chapter003.vue 4087 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/chapter004.vue 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/sportsAndHealth/view/components/testPp.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -67,7 +67,7 @@
        process.env.VUE_APP_RESOURCE_CTX +
        (process.env.VUE_APP_ENV == "product"
          ? process.env.VUE_APP_BOOK_ID
          : "english")
          : "sportsAndHealth")
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 10;
src/books/sportsAndHealth/css/default.less
@@ -2127,3 +2127,4 @@
src/books/sportsAndHealth/view/components/chapter003.vue
Diff too large
src/books/sportsAndHealth/view/components/chapter004.vue
@@ -1553,14 +1553,20 @@
b {
    color: #F79447;
}
.imgBox{
          display: flex !important;
          flex-direction: column-reverse !important;
          position: relative !important;
          .img{
            position: absolute !important;
            left: 45% !important;
            bottom:-10% !important;
          }
        }
.imgBox {
    display: flex !important;
    flex-direction: column-reverse !important;
    position: relative !important;
    .img {
        position: absolute !important;
        left: 45% !important;
        bottom: -10% !important;
    }
    img {
        height: 80%;
    }
}
</style>
src/books/sportsAndHealth/view/components/index.vue
@@ -14,7 +14,7 @@
      <chapterThree v-if="showCatalogList.indexOf(4) > -1" :showPageList="loadPageList"></chapterThree>
      <chapterFour v-if="showCatalogList.indexOf(5) > -1" :showPageList="loadPageList"></chapterFour>
      <assemblyOne v-if="showCatalogList.indexOf(6) > -1" :showPageList="loadPageList"></assemblyOne>
      <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" />
      <!-- <assemblyTwo v-if="showCatalogList.indexOf(7) > -1" :showPageList="loadPageList" @openPDFChange="swdtChange" /> -->
      <!-- <ChapterFour
@@ -247,7 +247,7 @@
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(4, 111);
      this.gotoPage(4, 127);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
src/books/sportsAndHealth/view/components/testPp.vue
@@ -1,6 +1,6 @@
<template>
  <div class="chapter" num="8">
    <div class="page-box" page="24">
    <!-- <div class="page-box" page="24">
      <div v-if="showPageList.indexOf(24) > -1">
        <div class="bodystyle">
          <div class="bodystyle-chapter">
@@ -42,7 +42,10 @@
          </div>
        </div>
      </div>
    </div>
    </div> -->
    <div class="page-box" page="26">
      <div v-if="showPageList.indexOf(26) > -1">
        <div class="bodystyle">
@@ -238,7 +241,7 @@
              <div class="swiper-button-prev"></div>
            </div>
          </div>
          <p class="img">图1-8-3 推举下颌法</p>
          <div class="bk-xyx">
            <div class="bj1-xyx publicxbc">注意事项</div>
@@ -1032,6 +1035,15 @@
        </div>
      </div>
    </div>
    <div>
      <el-dialog :visible.sync="dialogVisible" width="60vw" top="2vh" lock-scroll :show-close="false"
        class="custom-dialog">