This commit is contained in:
liuye
2023-05-26 09:29:15 +08:00
parent d24cd8728a
commit 910a3d1039

View File

@@ -67,7 +67,7 @@ export default {
},
screenHeight(v) {
if(v) {
this.height = this.screenHeight - 200
this.height = this.screenHeight - 150
}
}
},