diff --git a/src/components/PdfViewer/viewer.vue b/src/components/PdfViewer/viewer.vue index ca58a03e..125490ff 100644 --- a/src/components/PdfViewer/viewer.vue +++ b/src/components/PdfViewer/viewer.vue @@ -235,8 +235,8 @@ export default { this.pageCount=this.cacheA4FileList.length; setTimeout( this.showA4Page(this.cacheA4FileList.length),3000); }else{ - this.scale=35; - this.preScale=35; + this.scale=40; + this.preScale=40; this.pageCount=this.cacheFileList.length; setTimeout( // this.showSinglePage(page?page:this.pageCount) @@ -273,7 +273,7 @@ export default { }else{ // this.currentPage=1; // this.page = 1; - this.doScale(35); + this.doScale(40); } }, @@ -450,7 +450,7 @@ export default { this.loadPdfUrl = this.pdfUtils.getBlobUrl(pdfBase64); - this.doScale(35); + this.doScale(40); this.resetCountKey++; }, async showA4Page(page){ diff --git a/src/layout/components/TopNotice/index.vue b/src/layout/components/TopNotice/index.vue index c3c4501b..2d52b273 100644 --- a/src/layout/components/TopNotice/index.vue +++ b/src/layout/components/TopNotice/index.vue @@ -160,7 +160,7 @@ export default { title: "通知", dangerouslyUseHTMLString: true, message: messageBody, - position: 'bottom-right', + position: 'top-right', // type: 'success', customClass:'notify-success', duration: 0,