This commit is contained in:
aihe 2024-06-27 00:04:13 +08:00
parent 5663896055
commit 55cd561949
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ export default {
data () {
return {
prtPercentage: 0, // 打印进度
paperWidth: 600,
paperWidth: 560,
}
},
mounted () {

View File

@ -70,7 +70,7 @@ export default {
previewModel: { show: false },
printModel: { show: false },
imageUrl: [],
paperWidth: 600,
paperWidth: 560,
show: false,
allImgRes: []
}