This commit is contained in:
linfso 2024-11-06 17:51:57 +08:00
parent d32f755ef3
commit 4d9764a49d
2 changed files with 5 additions and 5 deletions

View File

@ -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){

View File

@ -160,7 +160,7 @@ export default {
title: "通知",
dangerouslyUseHTMLString: true,
message: messageBody,
position: 'bottom-right',
position: 'top-right',
// type: 'success',
customClass:'notify-success',
duration: 0,