Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -66,7 +66,6 @@ | ... | @@ -66,7 +66,6 @@ |
| 66 | <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js"></script> | 66 | <script src="https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js"></script> |
| 67 | <script src="{{ asset("assets/js/vue.min.js") }}"></script> | 67 | <script src="{{ asset("assets/js/vue.min.js") }}"></script> |
| 68 | <div id="app" > | 68 | <div id="app" > |
| 69 | - <div class="loading text-center"><div class="spinner-container"><div role="status" class="spinner-border text-primary"><span class="sr-only">Loading...</span></div></div></div> | ||
| 70 | <div class="pdf-container" :style="{width: this.ocr.mst_template.image.width*0.3155 + 'px',height: this.ocr.mst_template.image.height*0.3155 + 'px'}"> | 69 | <div class="pdf-container" :style="{width: this.ocr.mst_template.image.width*0.3155 + 'px',height: this.ocr.mst_template.image.height*0.3155 + 'px'}"> |
| 71 | <div class="text-center" @mousedown="ocr_start_select" @mousemove="ocr_move_select" @mouseup="ocr_end_select" > | 70 | <div class="text-center" @mousedown="ocr_start_select" @mousemove="ocr_move_select" @mouseup="ocr_end_select" > |
| 72 | <img :src="`{{route('show_pdf')}}?file_path=`+ocr.image_path" class="img-fluid border" draggable="false" /> | 71 | <img :src="`{{route('show_pdf')}}?file_path=`+ocr.image_path" class="img-fluid border" draggable="false" /> | ... | ... |
-
Please register or sign in to post a comment