优化单据的宽度屏幕自适应
This commit is contained in:
@@ -1000,7 +1000,7 @@
|
||||
purchaseBySaleFlag: false,
|
||||
financialBillNoList: [],
|
||||
tableWidth: {
|
||||
'width': '1550px'
|
||||
'width': '1500px'
|
||||
},
|
||||
tableWidthRetail: {
|
||||
'width': '1150px'
|
||||
@@ -1298,7 +1298,10 @@
|
||||
},
|
||||
created () {
|
||||
let realScreenWidth = window.screen.width * window.devicePixelRatio
|
||||
this.width = realScreenWidth<1600?'1300px':'1600px'
|
||||
this.width = realScreenWidth<1500?'1300px':'1550px'
|
||||
this.tableWidth = {
|
||||
'width': realScreenWidth<1500?'1250px':'1500px'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
initSetting(record, type, ds) {
|
||||
|
||||
Reference in New Issue
Block a user