litian
2025-01-24 743ce82792783eb0336fd761d02facd08587df0d
tuoyu
3个文件已修改
15 ■■■■■ 已修改文件
src/books/childcareInstitutionsManagement/assets/main.less 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childcareInstitutionsManagement/view/components/chapter001.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childcareInstitutionsManagement/view/components/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/childcareInstitutionsManagement/assets/main.less
@@ -156,6 +156,7 @@
        text-align: center;
        margin: 0 auto;
        position: relative;
        padding-top:20%;
    }
    .bj1 {
@@ -281,7 +282,7 @@
        }
        .td1 {
            width: 100px;
            width: 15%;
            color: #01AFEE;
            background: #9ADBF9;
        }
@@ -596,6 +597,7 @@
    }
    .mk-img {
        // width:100%;
        height: 100%;
    }
@@ -1000,6 +1002,9 @@
}
@media screen and (max-width: 800px) {
    .img-g{
        display: none;
    }
    .pdfModal {
        width: 100%;
        height: 60vh;
src/books/childcareInstitutionsManagement/view/components/chapter001.vue
@@ -2,7 +2,7 @@
  <div class="chapter" num="2">
    <!-- P1 -->
    <div class="page-box" page="11">
      <div v-if="showPageList.indexOf(11) > -1" class="fl f1">
      <div v-if="showPageList.indexOf(11) > -1" class="fl">
        <div class="img-g">
          <img alt="" src="../../assets/images/mk.png" class="mk-img"/>
        </div>
src/books/childcareInstitutionsManagement/view/components/index.vue
@@ -158,8 +158,8 @@
    }, 500);
    // 测试页面跳转
    setTimeout(() => {
      this.gotoPage(2, 9);
    // setTimeout(() => {
      // this.gotoPage(2, 9);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -173,7 +173,7 @@
      //     ids: ["2ACA9359"]
      //   });
      // }, 2000);
    }, 500);
    // }, 500);
    // const pageDom = (this.container ? this.container : document)
    //   .querySelector("#app")