完善单据查看界面的布局
This commit is contained in:
parent
68c88f4569
commit
d417500e31
@ -1580,10 +1580,10 @@
|
|||||||
let realScreenWidth = window.screen.width
|
let realScreenWidth = window.screen.width
|
||||||
this.width = realScreenWidth<1500?'1200px':'1600px'
|
this.width = realScreenWidth<1500?'1200px':'1600px'
|
||||||
this.tableWidth = {
|
this.tableWidth = {
|
||||||
'width': realScreenWidth<1500?'1150px':'1700px'
|
'width': '100%'
|
||||||
}
|
}
|
||||||
this.tableWidthRetail = {
|
this.tableWidthRetail = {
|
||||||
'width': realScreenWidth<1500?'800px':'1200px'
|
'width': '100%'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user