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

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

@@ -55,8 +55,8 @@ export const BillModalMixin = {
let userInfo = Vue.ls.get(USER_INFO)
this.isTenant = userInfo.id === userInfo.tenantId? true:false
let realScreenWidth = window.screen.width
this.width = realScreenWidth<1500?'1300px':'1550px'
this.minWidth = realScreenWidth<1500?1250:1500
this.width = realScreenWidth<1500?'1200px':'1550px'
this.minWidth = realScreenWidth<1500?1150:1500
},
computed: {
readOnly: function() {