优化单据的遮罩样式

This commit is contained in:
季圣华
2022-12-13 22:41:07 +08:00
parent 6f6a4bbf91
commit b333f15e4d
41 changed files with 44 additions and 44 deletions

View File

@@ -28,7 +28,7 @@
if (this.isMobile()) {
this.height = 800
} else {
this.height = document.documentElement.clientHeight-105
this.height = document.documentElement.clientHeight-100
}
console.log("------url------"+url)
console.log("------token------"+Vue.ls.get(ACCESS_TOKEN))