完善单据查看界面的布局

This commit is contained in:
jishenghua 2024-10-09 01:07:43 +08:00
parent 68c88f4569
commit d417500e31

View File

@ -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: {