进一步优化单据的宽度屏幕自适应

This commit is contained in:
季圣华
2022-06-12 00:28:29 +08:00
parent 1aa3d94bb7
commit 53a6134404
7 changed files with 7 additions and 7 deletions

View File

@@ -277,7 +277,7 @@
},
created () {
this.initPayTypeList()
let realScreenWidth = window.screen.width * window.devicePixelRatio
let realScreenWidth = window.screen.width
this.minWidth = realScreenWidth<1500?900:1100
},
methods: {