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