leo.xie 3 years ago
parent
commit
3c54fdf8bf
2 changed files with 5 additions and 3 deletions
  1. 1 3
      src/views/list/pdf.vue
  2. 4 0
      src/views/multiPage/index.vue

+ 1 - 3
src/views/list/pdf.vue

@@ -3,9 +3,7 @@
     <Loading :loading="loading" />
     <canvas v-for="item in numPages" :key="item" :id="'pdf'+item" />
   </div>
-  <div style="position: absolute;left:0;top:0;width:500px;height: 500px;z-index: 10000000;">
-    <em style="width:500px;height: 500px;display: block;background: #F00;">{{watermark}}</em>
-  </div>
+
 </template>
 
 <script>

+ 4 - 0
src/views/multiPage/index.vue

@@ -23,6 +23,10 @@
         <div>{{nomessage}}</div>
       </div>
     </div>
+<!--    <div style="position: absolute;left:0;top:0;width:500px;height: 500px;z-index: 10000000;">-->
+<!--      <em style="width:500px;height: 500px;display: block;background: #F00;">{{watermark}}</em>-->
+<!--    </div>-->
+
   </div>
 </template>