优化单据的排版,调整列的宽度

This commit is contained in:
季圣华
2022-12-12 21:59:02 +08:00
parent 7273b078df
commit d5d0a0b41f
18 changed files with 41 additions and 38 deletions

View File

@@ -1325,12 +1325,12 @@
},
created () {
let realScreenWidth = window.screen.width
this.width = realScreenWidth<1500?'1300px':'1550px'
this.width = realScreenWidth<1500?'1200px':'1550px'
this.tableWidth = {
'width': realScreenWidth<1500?'1250px':'1500px'
'width': realScreenWidth<1500?'1150px':'1500px'
}
this.tableWidthRetail = {
'width': realScreenWidth<1500?'900px':'1100px'
'width': realScreenWidth<1500?'800px':'1100px'
}
},
methods: {