md
This commit is contained in:
parent
d32f755ef3
commit
4d9764a49d
@ -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){
|
||||
|
||||
@ -160,7 +160,7 @@ export default {
|
||||
title: "通知",
|
||||
dangerouslyUseHTMLString: true,
|
||||
message: messageBody,
|
||||
position: 'bottom-right',
|
||||
position: 'top-right',
|
||||
// type: 'success',
|
||||
customClass:'notify-success',
|
||||
duration: 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user