diff --git a/src/components/PdfViewer/viewer.vue b/src/components/PdfViewer/viewer.vue index 78642f22..e3dea875 100644 --- a/src/components/PdfViewer/viewer.vue +++ b/src/components/PdfViewer/viewer.vue @@ -100,8 +100,8 @@ export default { cacheA4FileList:[], thisPageCount:1, - scale: 30, - preScale: 30, + scale: 25, + preScale: 25, pdfUtils:new PdfUtils(), @@ -130,7 +130,7 @@ export default { if(this.isA4){ this.doScale(75); }else{ - this.doScale(30); + this.doScale(25); } }, isLoadComplete(newVal,oldVal){ @@ -187,8 +187,8 @@ export default { this.pageCount=this.cacheA4FileList.length; setTimeout( this.showA4Page(this.cacheA4FileList.length),3000); }else{ - this.scale=30; - this.preScale=30; + this.scale=25; + this.preScale=25; this.pageCount=this.cacheFileList.length; setTimeout( this.showSinglePage(1),2000); } diff --git a/src/views/emis/customerService/problemList.vue b/src/views/emis/customerService/problemList.vue index 69a6c080..c5aa33e7 100644 --- a/src/views/emis/customerService/problemList.vue +++ b/src/views/emis/customerService/problemList.vue @@ -1,16 +1,12 @@ diff --git a/src/views/emis/customerService/traceRecordList.vue b/src/views/emis/customerService/traceRecordList.vue index cf5980a7..64daa121 100644 --- a/src/views/emis/customerService/traceRecordList.vue +++ b/src/views/emis/customerService/traceRecordList.vue @@ -24,11 +24,12 @@ - + +