计算高度

This commit is contained in:
shijingjing
2023-02-17 14:28:13 +08:00
parent a69e27ca79
commit c27f9b673c

View File

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