进一步优化单据的宽度屏幕自适应
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
}
|
||||
},
|
||||
created () {
|
||||
let realScreenWidth = window.screen.width * window.devicePixelRatio
|
||||
let realScreenWidth = window.screen.width
|
||||
this.minWidth = realScreenWidth<1500?900:1100
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user